Author: wsmoak Date: Sat Jul 15 17:55:49 2006 New Revision: 422324 URL: http://svn.apache.org/viewvc?rev=422324&view=rev Log: Modify the apps-it pom so the module can be built alone without specifying a profile. When building from the top, the integration module is only included if -Pitest is used.
Modified: struts/struts1/trunk/integration/apps-it/pom.xml Modified: struts/struts1/trunk/integration/apps-it/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/integration/apps-it/pom.xml?rev=422324&r1=422323&r2=422324&view=diff ============================================================================== --- struts/struts1/trunk/integration/apps-it/pom.xml (original) +++ struts/struts1/trunk/integration/apps-it/pom.xml Sat Jul 15 17:55:49 2006 @@ -66,14 +66,6 @@ </dependency> </dependencies> - <profiles> - <profile> - <id>itest</id> - <activation> - <property> - <name>itest</name> - </property> - </activation> <build> <plugins> <plugin> @@ -120,7 +112,5 @@ </plugin> </plugins> </build> - </profile> - </profiles> </project>