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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 25 13:42:11 EDT 2010


Author: rrajesh
Date: 2010-05-25 13:42:10 -0400 (Tue, 25 May 2010)
New Revision: 105224

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

Modified: branches/JBPAPP_5_1/pom.xml
===================================================================
--- branches/JBPAPP_5_1/pom.xml	2010-05-25 16:50:47 UTC (rev 105223)
+++ branches/JBPAPP_5_1/pom.xml	2010-05-25 17:42:10 UTC (rev 105224)
@@ -300,28 +300,6 @@
       </snapshots>
     </repository>
     <repository>
-      <id>repository.jboss.org</id>
-      <name>JBoss Releases Repository</name>
-      <url>http://repository.jboss.org/maven2</url>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-      <snapshots>
-        <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>
-    <repository>
       <id>nexus.jboss.org</id>
       <name>JBoss Nexus Repository</name>
       <url>https://repository.jboss.org/nexus/content/groups/public/</url>
@@ -337,9 +315,9 @@
   <!-- 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>
@@ -347,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