From c2a4cc53dae32f1a4d59129a8fbcd61a55810585 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Wed, 15 Jun 2011 21:38:02 +0000 Subject: [PATCH] move cargo port to a property and selenium plugin version to pluginManagement section git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1136207 13f79535-47bb-0310-9956-ffa450edef68 --- .../archiva-web/archiva-webapp-test/pom.xml | 20 +++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml index f327ab10e..3e56f8ebe 100644 --- a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml @@ -29,6 +29,10 @@ pom Archiva Web :: Application Tests + + 9696 + + org.testng @@ -126,6 +130,15 @@ + + + + org.codehaus.mojo + selenium-maven-plugin + 1.1 + + + maven-resources-plugin @@ -308,7 +321,7 @@ integration-test - + @@ -358,7 +371,7 @@ ${project.build.directory}/${container.name}conf existing - 9696 + ${container.test.port} ${cargo.jvm.args} @@ -375,7 +388,7 @@ - http://localhost:9696/archiva/ + http://localhost:${container.test.port}/archiva/ @@ -394,7 +407,6 @@ org.codehaus.mojo selenium-maven-plugin - 1.1 pre-integration-test -- 2.39.5