removed non-aggregate reportSets which duplicate default ones (then

cause twice plugin invocation)
This commit is contained in:
Hervé Boutemy 2012-11-30 19:56:20 +01:00
parent a278bec9d3
commit 4c8b3009d1
1 changed files with 0 additions and 14 deletions

14
pom.xml
View File

@ -488,13 +488,6 @@
</links> </links>
</configuration> </configuration>
<reportSets> <reportSets>
<reportSet>
<id>non-aggregate</id>
<reports>
<report>javadoc</report>
<report>test-javadoc</report>
</reports>
</reportSet>
<reportSet> <reportSet>
<id>aggregate</id> <id>aggregate</id>
<inherited>false</inherited> <inherited>false</inherited>
@ -509,13 +502,6 @@
<artifactId>maven-jxr-plugin</artifactId> <artifactId>maven-jxr-plugin</artifactId>
<version>2.3</version> <version>2.3</version>
<reportSets> <reportSets>
<reportSet>
<id>non-aggregate</id>
<reports>
<report>jxr</report>
<report>test-jxr</report>
</reports>
</reportSet>
<reportSet> <reportSet>
<id>aggregate</id> <id>aggregate</id>
<inherited>false</inherited> <inherited>false</inherited>