Author: olamy
Date: Thu Jun 16 15:54:24 2011
New Revision: 1136498

URL: http://svn.apache.org/viewvc?rev=1136498&view=rev
Log:
make selenium mojo version configure and add a chrome profile

Modified:
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test/pom.xml

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test/pom.xml
URL: 
http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test/pom.xml?rev=1136498&r1=1136497&r2=1136498&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test/pom.xml 
(original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test/pom.xml Thu 
Jun 16 15:54:24 2011
@@ -37,6 +37,7 @@
     <maxWaitTimeInMs>60000</maxWaitTimeInMs>
     <!-- TODO: review how appropriate the memory settings are - should work 
with less -->
     <cargo.jvm.args>-Xmx512m -XX:MaxPermSize=256m</cargo.jvm.args>
+    <seleniumPluginVersion>1.1</seleniumPluginVersion>
   </properties>
 
   <dependencies>
@@ -90,7 +91,7 @@
     <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>
@@ -141,7 +142,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>selenium-maven-plugin</artifactId>
-          <version>1.1</version>
+          <version>${seleniumPluginVersion}</version>
         </plugin>
       </plugins>
     </pluginManagement>
@@ -457,6 +458,19 @@
       </properties>
     </profile>
     <profile>
+      <id>chrome</id>
+      <activation>
+        <property>
+          <name>browser</name>
+          <value>chrome</value>
+        </property>
+      </activation>
+      <properties>
+        <selenium.browser>*googlechrome</selenium.browser>
+        <excluded.groups/>
+      </properties>
+    </profile>
+    <profile>
       <id>iexplore</id>
       <activation>
         <property>
@@ -549,4 +563,5 @@
     </profile>
   </profiles>
 
+
 </project>


Reply via email to