Author: mrdon
Date: Sat Sep  9 23:11:08 2006
New Revision: 441917

URL: http://svn.apache.org/viewvc?view=rev&rev=441917
Log:
Added aggregated Javadoc generation, optionally includes checked out xwork 
sources

WW-1395

Modified:
    struts/struts2/trunk/core/pom.xml

Modified: struts/struts2/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?view=diff&rev=441917&r1=441916&r2=441917
==============================================================================
--- struts/struts2/trunk/core/pom.xml (original)
+++ struts/struts2/trunk/core/pom.xml Sat Sep  9 23:11:08 2006
@@ -18,6 +18,28 @@
             
<url>scp://people.apache.org/www/struts.apache.org/2.x/struts-core</url>
         </site>
     </distributionManagement>
+    <build>
+        <plugins>
+            <plugin>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>2.0</version>
+                <configuration>
+                    <sourcepath>src/main/java;../../xwork/src/java</sourcepath>
+                    <groups>
+                        <group>
+                            <title>Struts Packages</title>
+                            <packages>org.apache.struts2*</packages>
+                        </group>
+                        <group>
+                            <title>XWork Packages</title>
+                            <packages>com.opensymphony.xwork2*</packages>
+                        </group>
+                    </groups>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+ 
     
     <dependencies>
         <!-- unreferenced dependencies:


Reply via email to