[richfaces-svn-commits] JBoss Rich Faces SVN: r14107 - trunk/examples/photoalbum/tests.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon May 11 13:08:10 EDT 2009


Author: nbelaevski
Date: 2009-05-11 13:08:10 -0400 (Mon, 11 May 2009)
New Revision: 14107

Modified:
   trunk/examples/photoalbum/tests/
   trunk/examples/photoalbum/tests/pom.xml
Log:
Selenium Maven repositories added into pom.xml for photoalbum tests
"source" folder svn:ignored


Property changes on: trunk/examples/photoalbum/tests
___________________________________________________________________
Name: svn:ignore
   - target
test-output

   + target
test-output
.classpath
.project
.settings
source


Modified: trunk/examples/photoalbum/tests/pom.xml
===================================================================
--- trunk/examples/photoalbum/tests/pom.xml	2009-05-11 17:04:55 UTC (rev 14106)
+++ trunk/examples/photoalbum/tests/pom.xml	2009-05-11 17:08:10 UTC (rev 14107)
@@ -6,6 +6,33 @@
         <version>1.0-SNAPSHOT</version>
     </parent>
 
+	<repositories>
+		<repository>
+			<id>nexus-openqa</id>
+			<name>Nexus OpenQA Repository</name>
+			<url>http://nexus.openqa.org/content/repositories/releases</url>
+			<layout>default</layout>
+			<snapshots>
+				<enabled>false</enabled>
+			</snapshots>
+			<releases>
+				<enabled>true</enabled>
+			</releases>
+		</repository>
+		<repository>
+			<id>nexus-openqa-snapshots</id>
+			<name>Nexus OpenQA Snapshots Repository</name>
+			<url>http://nexus.openqa.org/content/repositories/snapshots</url>
+			<layout>default</layout>
+			<snapshots>
+				<enabled>true</enabled>
+			</snapshots>
+			<releases>
+				<enabled>false</enabled>
+			</releases>
+		</repository>
+	</repositories>
+
 	<artifactId>${projectName}-tests</artifactId>
     <name>Selenium Tests Module</name>
     <version>1.0-SNAPSHOT</version>




More information about the richfaces-svn-commits mailing list