diff options
-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> |