mirror of https://github.com/apache/maven.git
removed non-aggregate reportSets which duplicate default ones (then
cause twice plugin invocation)
This commit is contained in:
parent
a278bec9d3
commit
4c8b3009d1
14
pom.xml
14
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue