[jboss-cvs] JBossAS SVN: r110167 - branches/JBPAPP_5_1.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Dec 22 18:22:42 EST 2010


Author: fnasser at redhat.com
Date: 2010-12-22 18:22:42 -0500 (Wed, 22 Dec 2010)
New Revision: 110167

Modified:
   branches/JBPAPP_5_1/pom.xml
Log:
Add MEAD produced maven repository (Red Hat Intranet only) to the head of the repos list, in preparation for removal of maven2-brew from repository.jboss.org

Modified: branches/JBPAPP_5_1/pom.xml
===================================================================
--- branches/JBPAPP_5_1/pom.xml	2010-12-22 23:03:59 UTC (rev 110166)
+++ branches/JBPAPP_5_1/pom.xml	2010-12-22 23:22:42 UTC (rev 110167)
@@ -294,6 +294,17 @@
   <!-- Repositories -->
   <repositories>
     <repository>
+      <id>mead-repository.redhat.com</id>
+      <name>JBoss Production Releases MEAD Repository</name>
+      <url>http://download.lab.bos.redhat.com/brewroot/repos/jb-eap-5-rhel-6-candidate/latest/maven2</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+    <repository>
       <id>prod-repository.jboss.org</id>
       <name>JBoss Production Releases Repository</name>
       <url>http://repository.jboss.org/maven2-brew</url>



More information about the jboss-cvs-commits mailing list