]> source.dussan.org Git - archiva.git/commitdiff
move selenium to a pluginMngt in top pom
authorOlivier Lamy <olamy@apache.org>
Fri, 13 Jan 2012 17:00:28 +0000 (17:00 +0000)
committerOlivier Lamy <olamy@apache.org>
Fri, 13 Jan 2012 17:00:28 +0000 (17:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1231181 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml
archiva-modules/archiva-web/archiva-webapp-test/pom.xml
archiva-modules/archiva-web/pom.xml

index d608580d9cb7446f18ab34178ee3aca0e2151e71..91070fc3d4d71ac64500bbb8af7db7c8611cd232 100644 (file)
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>selenium-maven-plugin</artifactId>
-          <version>${seleniumPluginVersion}</version>
           <dependencies>
             <dependency>
               <groupId>org.seleniumhq.selenium</groupId>
index 4de9dcd2337aa2defcf90c9353fa36264f1f4f43..d06454fc0c19d2723fc2957a6c97785eb26f9cc9 100644 (file)
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>selenium-maven-plugin</artifactId>
-          <version>${seleniumPluginVersion}</version>
           <dependencies>
             <dependency>
               <groupId>org.seleniumhq.selenium</groupId>
index 2e173f9aa812a4e8c9e00807e3fe75ec65ff6ce4..9a19979aaa8936d33a0006f2c1043ac64c093b54 100644 (file)
             </excludes>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>selenium-maven-plugin</artifactId>
+          <version>${seleniumPluginVersion}</version>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>