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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 19 10:32:06 EDT 2010


Author: jesper.pedersen
Date: 2010-05-19 10:32:06 -0400 (Wed, 19 May 2010)
New Revision: 104987

Modified:
   branches/JBPAPP_5_1/pom.xml
Log:
Add Nexus to master POM

Modified: branches/JBPAPP_5_1/pom.xml
===================================================================
--- branches/JBPAPP_5_1/pom.xml	2010-05-19 14:27:48 UTC (rev 104986)
+++ branches/JBPAPP_5_1/pom.xml	2010-05-19 14:32:06 UTC (rev 104987)
@@ -321,6 +321,17 @@
         <enabled>true</enabled>
       </snapshots>
     </repository>
+    <repository>
+      <id>nexus.jboss.org</id>
+      <name>JBoss Nexus Repository</name>
+      <url>https://repository.jboss.org/nexus/content/groups/public/</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
   </repositories>
 
   <!-- Plugin Repositories -->




More information about the jboss-cvs-commits mailing list