[jboss-cvs] JBossAS SVN: r105227 - branches/JBPAPP_5_0.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 25 14:45:30 EDT 2010


Author: rrajesh
Date: 2010-05-25 14:45:30 -0400 (Tue, 25 May 2010)
New Revision: 105227

Modified:
   branches/JBPAPP_5_0/pom.xml
Log:
JBPAPP-4376 Removed r.j.o/maven2 and configured out-of-the box build

Modified: branches/JBPAPP_5_0/pom.xml
===================================================================
--- branches/JBPAPP_5_0/pom.xml	2010-05-25 18:06:57 UTC (rev 105226)
+++ branches/JBPAPP_5_0/pom.xml	2010-05-25 18:45:30 UTC (rev 105227)
@@ -300,9 +300,9 @@
       </snapshots>
     </repository>
     <repository>
-      <id>repository.jboss.org</id>
-      <name>JBoss Releases Repository</name>
-      <url>http://repository.jboss.org/maven2</url>
+      <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>
@@ -310,25 +310,14 @@
         <enabled>false</enabled>
       </snapshots>
     </repository>
-    <repository>
-      <id>snapshots.jboss.org</id>
-      <name>JBoss Snapshots Repository</name>
-      <url>http://snapshots.jboss.org/maven2</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
   </repositories>
 
   <!-- Plugin Repositories -->
   <pluginRepositories>
     <pluginRepository>
-      <id>repository.jboss.org</id>
-      <name>JBoss Plugin Releases</name>
-      <url>http://repository.jboss.org/maven2</url>
+      <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>
@@ -336,17 +325,6 @@
         <enabled>false</enabled>
       </snapshots>
     </pluginRepository>
-    <pluginRepository>
-      <id>snapshots.jboss.org</id>
-      <name>JBoss Plugin Snapshots</name>
-      <url>http://snapshots.jboss.org/maven2</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </pluginRepository>
   </pluginRepositories>
   
   <profiles>




More information about the jboss-cvs-commits mailing list