[richfaces-svn-commits] JBoss Rich Faces SVN: r14529 - branches/sandbox/rf4_build/version-matrix/trunk.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Jun 4 18:35:00 EDT 2009


Author: nbelaevski
Date: 2009-06-04 18:34:59 -0400 (Thu, 04 Jun 2009)
New Revision: 14529

Modified:
   branches/sandbox/rf4_build/version-matrix/trunk/pom.xml
Log:
Build system: snapshot repository added

Modified: branches/sandbox/rf4_build/version-matrix/trunk/pom.xml
===================================================================
--- branches/sandbox/rf4_build/version-matrix/trunk/pom.xml	2009-06-04 22:23:19 UTC (rev 14528)
+++ branches/sandbox/rf4_build/version-matrix/trunk/pom.xml	2009-06-04 22:34:59 UTC (rev 14529)
@@ -30,6 +30,15 @@
 			<snapshots><enabled>false</enabled></snapshots>
 			<url>http://repository.jboss.org/maven2</url>
 		</repository>
+		<repository>
+			<id>snapshots.jboss.org</id>
+			<releases><enabled>false</enabled></releases>
+			<snapshots>
+				<enabled>true</enabled>
+				<updatePolicy>never</updatePolicy>
+			</snapshots>
+			<url>http://snapshots.jboss.org/maven2</url>
+		</repository>
 	</repositories>
 
 	<dependencyManagement>
@@ -76,6 +85,8 @@
 				<version>${jsf.version}</version>
 				<scope>provided</scope>
 			</dependency>
+			
+			<!-- Included because of http://jira.codehaus.org/browse/MNG-2205 -->
 			<dependency>
 				<groupId>javax.servlet</groupId>
 				<artifactId>servlet-api</artifactId>
@@ -100,6 +111,8 @@
 				<version>1.2</version>
 				<scope>provided</scope>
 			</dependency> 
+			<!--  -->
+
         </dependencies>
 	</dependencyManagement>
 




More information about the richfaces-svn-commits mailing list