]> source.dussan.org Git - archiva.git/commitdiff
upgrade selenium plugin for new firefox versions
authorOlivier Lamy <olamy@apache.org>
Tue, 17 Sep 2013 10:41:07 +0000 (10:41 +0000)
committerOlivier Lamy <olamy@apache.org>
Tue, 17 Sep 2013 10:41:07 +0000 (10:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@1523978 13f79535-47bb-0310-9956-ffa450edef68

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

index d588a6a11784964e1f51d9661b756ed9abeaf20c..7ea361392e79a9ae70268f49dc8726289dac5d18 100644 (file)
   <packaging>pom</packaging>
   <name>Archiva Web :: Application Tests</name>
 
+  <properties>
+    <tomcat5x.version>5.5.27</tomcat5x.version>
+    <cargo.wait>false</cargo.wait>
+    <cargo.install.dir>cargo-installs</cargo.install.dir>
+    <seleniumPluginVersion>2.3</seleniumPluginVersion>
+    <selenium-server.version>2.33.0</selenium-server.version>
+  </properties>
+
   <dependencies>
     <dependency>
       <groupId>org.testng</groupId>
     <dependency>
       <groupId>org.seleniumhq.selenium.client-drivers</groupId>
       <artifactId>selenium-java-client-driver</artifactId>
-      <version>1.0.1</version>
+      <version>1.0.2</version>
       <scope>test</scope>
       <exclusions>
-       <exclusion>
-         <groupId>commons-logging</groupId>
-         <artifactId>commons-logging</artifactId>
-       </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
 
         </executions>
       </plugin>
     </plugins>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>selenium-maven-plugin</artifactId>
+          <version>${seleniumPluginVersion}</version>
+          <dependencies>
+            <dependency>
+              <groupId>org.seleniumhq.selenium</groupId>
+              <artifactId>selenium-server</artifactId>
+              <version>${selenium-server.version}</version>
+            </dependency>
+
+            <dependency>
+              <groupId>org.seleniumhq.selenium</groupId>
+              <artifactId>selenium-remote-driver</artifactId>
+              <version>${selenium-server.version}</version>
+            </dependency>
+
+            <dependency>
+              <groupId>org.seleniumhq.selenium</groupId>
+              <artifactId>selenium-api</artifactId>
+              <version>${selenium-server.version}</version>
+            </dependency>
+          </dependencies>
+        </plugin>
+      </plugins>
+    </pluginManagement>
   </build>
 
   <profiles>
       </build>
     </profile>
   </profiles>
-  <properties>
-    <tomcat5x.version>5.5.27</tomcat5x.version>
-    <cargo.wait>false</cargo.wait>
-    <cargo.install.dir>cargo-installs</cargo.install.dir>
-  </properties>
 </project>