diff options
author | Brett Porter <brett@apache.org> | 2009-11-10 09:44:04 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2009-11-10 09:44:04 +0000 |
commit | 2e46d0022f865e268ca90c2ccb18efaeec02d9ec (patch) | |
tree | 09ab8d023f543c67699a41c00eb92a8a50f3348d | |
parent | e0a8ec4bfc843e603313dae0a2859420a5bd3c05 (diff) | |
download | archiva-2e46d0022f865e268ca90c2ccb18efaeec02d9ec.tar.gz archiva-2e46d0022f865e268ca90c2ccb18efaeec02d9ec.zip |
make it easier to debug by just starting Cargo
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@834403 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp-test/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml index c71e82cb4..fefc2bb6c 100644 --- a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml @@ -312,7 +312,7 @@ </execution> </executions> <configuration> - <wait>false</wait> + <wait>${cargo.wait}</wait> <container> <containerId>${container.name}</containerId> <zipUrlInstaller> @@ -465,5 +465,6 @@ </profiles> <properties> <tomcat5x.version>5.5.27</tomcat5x.version> + <cargo.wait>false</cargo.wait> </properties> </project> |