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