From: Olivier Lamy Date: Fri, 13 Jan 2012 17:00:28 +0000 (+0000) Subject: move selenium to a pluginMngt in top pom X-Git-Tag: archiva-1.4-M3~1597 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7bc6a20f89e3dd53c086ed8127cf47e749f22128;p=archiva.git move selenium to a pluginMngt in top pom git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1231181 13f79535-47bb-0310-9956-ffa450edef68 --- 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 d608580d9..91070fc3d 100644 --- a/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml @@ -126,7 +126,6 @@ org.codehaus.mojo selenium-maven-plugin - ${seleniumPluginVersion} org.seleniumhq.selenium diff --git a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml index 4de9dcd23..d06454fc0 100644 --- a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml @@ -126,7 +126,6 @@ org.codehaus.mojo selenium-maven-plugin - ${seleniumPluginVersion} org.seleniumhq.selenium diff --git a/archiva-modules/archiva-web/pom.xml b/archiva-modules/archiva-web/pom.xml index 2e173f9aa..9a19979aa 100644 --- a/archiva-modules/archiva-web/pom.xml +++ b/archiva-modules/archiva-web/pom.xml @@ -103,6 +103,11 @@ + + org.codehaus.mojo + selenium-maven-plugin + ${seleniumPluginVersion} +