Author: tchemit Date: 2009-10-09 17:20:57 +0200 (Fri, 09 Oct 2009) New Revision: 279 Modified: trunk/maven-processor-plugin/pom.xml Log: fix javadoc aggregate mode Modified: trunk/maven-processor-plugin/pom.xml =================================================================== --- trunk/maven-processor-plugin/pom.xml 2009-10-09 09:49:21 UTC (rev 278) +++ trunk/maven-processor-plugin/pom.xml 2009-10-09 15:20:57 UTC (rev 279) @@ -267,13 +267,7 @@ </tagletArtifact> </taglet> </taglets> - </configuration> - <executions> - <execution> - <id>attach-javadocs</id> - </execution> - </executions> - + </configuration> </plugin> </plugins> @@ -456,6 +450,14 @@ </taglet> </taglets> </configuration> + <reportSets> + <reportSet> + <reports> + <report>javadoc</report> + <report>test-javadoc</report> + </reports> + </reportSet> + </reportSets> </plugin> </plugins> </reporting>
participants (1)
-
tchemit@users.nuiton.org