]> source.dussan.org Git - archiva.git/commitdiff
make it easier to debug by just starting Cargo
authorBrett Porter <brett@apache.org>
Tue, 10 Nov 2009 09:44:04 +0000 (09:44 +0000)
committerBrett Porter <brett@apache.org>
Tue, 10 Nov 2009 09:44:04 +0000 (09:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@834403 13f79535-47bb-0310-9956-ffa450edef68

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

index c71e82cb4c3e3a4fd296274c011e574507cbb9a5..fefc2bb6c637d3334cd4b9c109a83e21c31344bf 100644 (file)
               </execution>
             </executions>
             <configuration>
-              <wait>false</wait>
+              <wait>${cargo.wait}</wait>
               <container>
                 <containerId>${container.name}</containerId>
                 <zipUrlInstaller>
   </profiles>
   <properties>
     <tomcat5x.version>5.5.27</tomcat5x.version>
+    <cargo.wait>false</cargo.wait>
   </properties>
 </project>