You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2006/04/19 06:12:52 UTC

svn commit: r395128 - /struts/action/trunk/pom.xml

Author: wsmoak
Date: Tue Apr 18 21:12:48 2006
New Revision: 395128

URL: http://svn.apache.org/viewcvs?rev=395128&view=rev
Log:
Add reporting config for the Javadoc plugin.  (Aggregation will only work with 2.0-SNAPSHOT.)

Modified:
    struts/action/trunk/pom.xml

Modified: struts/action/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/pom.xml?rev=395128&r1=395127&r2=395128&view=diff
==============================================================================
--- struts/action/trunk/pom.xml (original)
+++ struts/action/trunk/pom.xml Tue Apr 18 21:12:48 2006
@@ -116,6 +116,18 @@
         
     </build>
 
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                    <aggregate>true</aggregate>
+                </configuration>
+            </plugin>
+        </plugins>
+    </reporting>
+
     <dependencies/>
 
     <repositories>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org