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>
|
||||
</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>
|
||||
|
|
Loading…
Reference in New Issue