Author: wsmoak Date: Sun Apr 9 14:20:31 2006 New Revision: 392837 URL: http://svn.apache.org/viewcvs?rev=392837&view=rev Log: Link the integration module into struts-action-parent, and wrap the configuration in a profile so that integration tests will not be run by default. Usage: mvn -P perform-itest
Modified: struts/action/trunk/integration/taglib-it/pom.xml struts/action/trunk/pom.xml Modified: struts/action/trunk/integration/taglib-it/pom.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/integration/taglib-it/pom.xml?rev=392837&r1=392836&r2=392837&view=diff ============================================================================== --- struts/action/trunk/integration/taglib-it/pom.xml (original) +++ struts/action/trunk/integration/taglib-it/pom.xml Sun Apr 9 14:20:31 2006 @@ -20,12 +20,10 @@ --> <!-- - Experimental Maven 2 Build for Apache Struts - ============================================ To run the Cactus tests for Struts Taglib: - $ mvn integration-test -Dcargo.tomcat5x.home=c:/java/apache-tomcat-5.5.16 + $ mvn -P perform-itest -Dcargo.tomcat5x.home=c:/java/apache-tomcat-5.5.16 (The cargo.tomcat5x.home property may be configured in settings.xml) @@ -106,6 +104,12 @@ <finalName>${pom.artifactId}</finalName> + </build> + + <profiles> + <profile> + <id>perform-itest</id> + <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -201,5 +205,7 @@ </plugin> </plugins> </build> + </profile> + </profiles> </project> Modified: struts/action/trunk/pom.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/pom.xml?rev=392837&r1=392836&r2=392837&view=diff ============================================================================== --- struts/action/trunk/pom.xml (original) +++ struts/action/trunk/pom.xml Sun Apr 9 14:20:31 2006 @@ -75,6 +75,7 @@ <module>apps</module> <module>mailreader-dao</module> <module>assembly</module> + <module>integration</module> </modules> <licenses> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]