You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ni...@apache.org on 2006/12/04 02:54:25 UTC

svn commit: r482012 - /struts/struts1/trunk/pom.xml

Author: niallp
Date: Sun Dec  3 17:54:23 2006
New Revision: 482012

URL: http://svn.apache.org/viewvc?view=rev&rev=482012
Log:
Specify the maven javadoc plugin version - 2.1 is required for aggregating the javadocs (for bug MJAVADOC-72). Also re-enable aggregation (accidentally commented out).

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=482012&r1=482011&r2=482012
==============================================================================
--- struts/struts1/trunk/pom.xml (original)
+++ struts/struts1/trunk/pom.xml Sun Dec  3 17:54:23 2006
@@ -199,11 +199,10 @@
              </plugin>
             <plugin>
                 <artifactId>maven-javadoc-plugin</artifactId>
-<!--
+                <version>2.1</version>
                 <configuration>
                   <aggregate>true</aggregate>
                 </configuration>
--->
             </plugin>
             <plugin>
                 <artifactId>maven-surefire-report-plugin</artifactId>