You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ws...@apache.org on 2009/04/10 20:02:32 UTC

svn commit: r763995 - /continuum/trunk/continuum-webapp-test/pom.xml

Author: wsmoak
Date: Fri Apr 10 18:02:32 2009
New Revision: 763995

URL: http://svn.apache.org/viewvc?rev=763995&view=rev
Log:
[CONTINUUM-2073] Add OpenQA snapshots repo (for vmbuild) and set version number for Selenium Maven Plugin.

Modified:
    continuum/trunk/continuum-webapp-test/pom.xml

Modified: continuum/trunk/continuum-webapp-test/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp-test/pom.xml?rev=763995&r1=763994&r2=763995&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp-test/pom.xml (original)
+++ continuum/trunk/continuum-webapp-test/pom.xml Fri Apr 10 18:02:32 2009
@@ -28,6 +28,14 @@
   <name>Continuum Webapp Test</name>
   <packaging>pom</packaging>
 
+  <repositories>
+    <repository>
+      <id>openqa-snapshots</id>
+      <url>http://nexus.openqa.org/content/repositories/snapshots</url>
+      <releases><enabled>false</enabled></releases>
+    </repository>
+  </repositories>
+
   <build>
     <testSourceDirectory>src/test/it</testSourceDirectory>
     <plugins>
@@ -60,6 +68,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>selenium-maven-plugin</artifactId>
+        <version>1.0-rc-1</version>
         <executions>
           <execution>
             <phase>pre-integration-test</phase>