You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ws...@apache.org on 2006/07/13 08:14:24 UTC

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

Author: wsmoak
Date: Wed Jul 12 23:14:24 2006
New Revision: 421512

URL: http://svn.apache.org/viewvc?rev=421512&view=rev
Log:
Add a profile for the assembly module.  This is not needed to build the assembly, but it is useful when generating IDE config files or running 'mvn clean'.

Modified:
    struts/struts1/trunk/pom.xml

Modified: struts/struts1/trunk/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/pom.xml?rev=421512&r1=421511&r2=421512&view=diff
==============================================================================
--- struts/struts1/trunk/pom.xml (original)
+++ struts/struts1/trunk/pom.xml Wed Jul 12 23:14:24 2006
@@ -83,6 +83,17 @@
                 <module>integration</module>
             </modules>
         </profile>
+        <profile>
+            <id>assembly</id>
+            <activation>
+                <property>
+                    <name>assembly</name>
+                </property>
+            </activation>
+            <modules>
+                <module>assembly</module>
+            </modules>
+        </profile>
     </profiles>
 
     <modules>