Author: wsmoak Date: Sun Apr 9 10:29:08 2006 New Revision: 392785 URL: http://svn.apache.org/viewcvs?rev=392785&view=rev Log: Add Cargo plugin configuration for the apps module. Usage: mvn package cargo:start -Dcargo.tomcat5x.home=...
Modified: struts/action/trunk/apps/pom.xml Modified: struts/action/trunk/apps/pom.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/apps/pom.xml?rev=392785&r1=392784&r2=392785&view=diff ============================================================================== --- struts/action/trunk/apps/pom.xml (original) +++ struts/action/trunk/apps/pom.xml Sun Apr 9 10:29:08 2006 @@ -79,7 +79,27 @@ </includes> </resource> </resources> + + <plugins> + <plugin> + <groupId>org.codehaus.cargo</groupId> + <artifactId>cargo-maven2-plugin</artifactId> + <configuration> + <container> + <containerId>tomcat5x</containerId> + <home>${cargo.tomcat5x.home}</home> + <log>${project.build.directory}/tomcat5x.log</log> + <output>${project.build.directory}/tomcat5x.out</output> + </container> + <configuration> + <home>${project.build.directory}/tomcat5x</home> + </configuration> + </configuration> + </plugin> + </plugins> + <finalName>${pom.artifactId}</finalName> + </build> </project> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]