You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/08/16 22:04:57 UTC

svn commit: r566817 - /myfaces/tobago/trunk/example/demo/pom.xml

Author: bommel
Date: Thu Aug 16 13:04:56 2007
New Revision: 566817

URL: http://svn.apache.org/viewvc?view=rev&rev=566817
Log:
update maven cargo plugin

Modified:
    myfaces/tobago/trunk/example/demo/pom.xml

Modified: myfaces/tobago/trunk/example/demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/pom.xml?view=diff&rev=566817&r1=566816&r2=566817
==============================================================================
--- myfaces/tobago/trunk/example/demo/pom.xml (original)
+++ myfaces/tobago/trunk/example/demo/pom.xml Thu Aug 16 13:04:56 2007
@@ -259,7 +259,7 @@
     </profile>
     <profile>
       <!--
-       mvn cargo:start -Ptomcat5x
+       mvn package cargo:start -Ptomcat5x
       -->
       <id>tomcat5x</id>
       <build>
@@ -267,12 +267,12 @@
           <plugin>
             <groupId>org.codehaus.cargo</groupId>
             <artifactId>cargo-maven2-plugin</artifactId>
-            <version>0.2</version>
+            <version>0.3</version>
             <configuration>
               <container>
                 <containerId>tomcat5x</containerId>
                 <zipUrlInstaller>
-                  <url>http://apache.easy-webs.de/tomcat/tomcat-5/v5.5.20/bin/apache-tomcat-5.5.20.zip</url>
+                  <url>http://apache.easy-webs.de/tomcat/tomcat-5/v5.5.23/bin/apache-tomcat-5.5.23.zip</url>
                   <installDir>${project.build.directory}/tomcat5</installDir>
                 </zipUrlInstaller>
               </container>