summaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-05-04 13:09:55 +0000
committerOlivier Lamy <olamy@apache.org>2012-05-04 13:09:55 +0000
commit90885c2bfa51c97a2fa8515541400393fd85bf99 (patch)
tree7f8a605fde2e739b553cbdf092832babdfd3d271 /archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml
parent275e055e54e6cddaaa7fc0bbb23e077cf0b86d6b (diff)
downloadarchiva-90885c2bfa51c97a2fa8515541400393fd85bf99.tar.gz
archiva-90885c2bfa51c97a2fa8515541400393fd85bf99.zip
use dynamic port allocation of tomcat maven plugin
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1333933 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml')
-rw-r--r--archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml
index 1a36d93a3..cc81ea119 100644
--- a/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml
+++ b/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml
@@ -31,6 +31,8 @@
<properties>
<webappDirectory>${project.build.directory}/tomcat7x/webapps/archiva</webappDirectory>
+ <container.test.port>0</container.test.port>
+ <tomcat.propertiesPortFilePath>${project.build.directory}/tomcat-port.properties</tomcat.propertiesPortFilePath>
</properties>
<dependencies>
@@ -201,6 +203,7 @@
<maxWaitTimeInMs>${maxWaitTimeInMs}</maxWaitTimeInMs>
<seleniumHost>${seleniumHost}</seleniumHost>
<seleniumPort>${seleniumPort}</seleniumPort>
+ <tomcat.propertiesPortFilePath>${tomcat.propertiesPortFilePath}</tomcat.propertiesPortFilePath>
</systemPropertyVariables>
</configuration>
</execution>
@@ -279,7 +282,7 @@
</tasks>
</configuration>
</execution>
- <execution>
+ <!--execution>
<id>check-archiva-loaded</id>
<phase>integration-test</phase>
<configuration>
@@ -291,7 +294,7 @@
<goals>
<goal>run</goal>
</goals>
- </execution>
+ </execution-->
</executions>
</plugin>
<plugin>
@@ -330,6 +333,7 @@
<archiva.devMode>true</archiva.devMode>
</systemProperties>
<contextFile>${project.build.testOutputDirectory}/archiva.xml</contextFile>
+ <propertiesPortFilePath>${tomcat.propertiesPortFilePath}</propertiesPortFilePath>
<useNaming>true</useNaming>
</configuration>
</execution>