Author: wsmoak
Date: Wed May  3 20:16:27 2006
New Revision: 399525

URL: http://svn.apache.org/viewcvs?rev=399525&view=rev
Log:
Alphabetize the list of modules
Switch to the latest struts-parent pom
Add the PMD plugin reports

Modified:
    struts/action/trunk/pom.xml

Modified: struts/action/trunk/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/pom.xml?rev=399525&r1=399524&r2=399525&view=diff
==============================================================================
--- struts/action/trunk/pom.xml (original)
+++ struts/action/trunk/pom.xml Wed May  3 20:16:27 2006
@@ -26,7 +26,7 @@
    <parent>
       <groupId>org.apache.struts</groupId>
       <artifactId>struts-parent</artifactId>
-      <version>1</version>
+      <version>2-SNAPSHOT</version>
    </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -64,17 +64,17 @@
     </distributionManagement>
 
     <modules>
+        <module>apps</module>
+        <module>assembly</module>
         <module>core</module>
         <module>el</module>
         <module>extras</module>
-        <module>taglib</module>
-        <module>tiles</module>
         <module>faces</module>
-        <module>scripting</module>
-        <module>apps</module>
-        <module>mailreader-dao</module>
-        <module>assembly</module>
         <module>integration</module>
+        <module>mailreader-dao</module>
+        <module>scripting</module>
+        <module>taglib</module>
+        <module>tiles</module>
     </modules>
 
     <licenses>
@@ -141,6 +141,9 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>jxr-maven-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <artifactId>maven-pmd-plugin</artifactId>
             </plugin>
         </plugins>
     </reporting>


Reply via email to