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>