]> source.dussan.org Git - archiva.git/commitdiff
upgrade cargo plugin to 1.1.1
authorOlivier Lamy <olamy@apache.org>
Wed, 15 Jun 2011 21:38:13 +0000 (21:38 +0000)
committerOlivier Lamy <olamy@apache.org>
Wed, 15 Jun 2011 21:38:13 +0000 (21:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1136208 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp-test/pom.xml

index 3e56f8ebe143f5d395f0d6f1e2b91208cbfc2de4..c1739afcfc27bff5a1912f1cb60015be380788c0 100644 (file)
 
   <properties>
     <container.test.port>9696</container.test.port>
+    <tomcat5x.version>5.5.27</tomcat5x.version>
+    <cargo.wait>false</cargo.wait>
+    <cargo.install.dir>cargo-installs</cargo.install.dir>
+    <maxWaitTimeInMs>60000</maxWaitTimeInMs>
+    <!-- TODO: review how appropriate the memory settings are - should work with less -->
+    <cargo.jvm.args>-Xmx512m -XX:MaxPermSize=256m</cargo.jvm.args>
   </properties>
 
   <dependencies>
           <plugin>
             <groupId>org.codehaus.cargo</groupId>
             <artifactId>cargo-maven2-plugin</artifactId>
-            <version>1.0</version>
+            <version>1.1.1</version>
             <executions>
               <execution>
                 <id>start-container</id>
       </properties>
     </profile>
   </profiles>
-  <properties>
-    <tomcat5x.version>5.5.27</tomcat5x.version>
-    <cargo.wait>false</cargo.wait>
-    <cargo.install.dir>cargo-installs</cargo.install.dir>
-    <maxWaitTimeInMs>60000</maxWaitTimeInMs>
-    <!-- TODO: review how appropriate the memory settings are - should work with less -->
-    <cargo.jvm.args>-Xmx512m -XX:MaxPermSize=256m</cargo.jvm.args>
-  </properties>
+
 </project>