Author: pbenedict Date: Mon Nov 27 12:33:55 2006 New Revision: 479753 URL: http://svn.apache.org/viewvc?view=rev&rev=479753 Log: STR-2839: Updated config to aggregate javadoc
Modified: struts/struts1/trunk/pom.xml Modified: struts/struts1/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/pom.xml?view=diff&rev=479753&r1=479752&r2=479753 ============================================================================== --- struts/struts1/trunk/pom.xml (original) +++ struts/struts1/trunk/pom.xml Mon Nov 27 12:33:55 2006 @@ -224,6 +224,9 @@ </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <aggregate>true</aggregate> + </configuration> </plugin> <plugin> <artifactId>maven-surefire-report-plugin</artifactId>