You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2010/03/29 08:49:10 UTC

svn commit: r928609 - /struts/struts2/branches/STRUTS_2_0_X/pom.xml

Author: lukaszlenart
Date: Mon Mar 29 06:49:10 2010
New Revision: 928609

URL: http://svn.apache.org/viewvc?rev=928609&view=rev
Log:
Added skipAssembly profile

Modified:
    struts/struts2/branches/STRUTS_2_0_X/pom.xml

Modified: struts/struts2/branches/STRUTS_2_0_X/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/pom.xml?rev=928609&r1=928608&r2=928609&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_0_X/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_0_X/pom.xml Mon Mar 29 06:49:10 2010
@@ -61,7 +61,6 @@
         <module>core</module>
         <module>apps</module>
         <module>plugins</module>
-        <module>assembly</module>
     </modules>
 
     <licenses>
@@ -80,6 +79,17 @@
 
     <profiles>
         <profile>
+            <id>includeAssembly</id>
+            <activation>
+                <property>
+                    <name>!skipAssembly</name>
+                </property>
+            </activation>
+            <modules>
+                <module>assembly</module>
+            </modules>
+        </profile>
+		<profile>
             <id>xwork</id>
             <modules>
                 <module>../xwork</module>