You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2006/04/09 19:29:10 UTC

svn commit: r392785 - /struts/action/trunk/apps/pom.xml

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: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org