Author: mrdon
Date: Wed Jul 26 10:48:18 2006
New Revision: 425788
URL: http://svn.apache.org/viewvc?rev=425788&view=rev
Log:
Add version to javadoc plugin and turn aggregation off (is broken)
WW-1349
Modified:
struts/struts2/trunk/pom.xml
Modified: struts/struts2/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=425788&r1=425787&r2=425788&view=diff
==============================================================================
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Wed Jul 26 10:48:18 2006
@@ -197,9 +197,12 @@
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.0</version>
+ <!--
<configuration>
<aggregate>true</aggregate>
</configuration>
+ -->
</plugin>
<plugin>
<artifactId>maven-surefire-report-plugin</artifactId>