[jboss-cvs] JBossAS SVN: r69741 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 8 18:39:27 EST 2008


Author: pgier
Date: 2008-02-08 18:39:27 -0500 (Fri, 08 Feb 2008)
New Revision: 69741

Modified:
   trunk/pom.xml
Log:
Adding the jboss snapshots repository temporarily until hudson can find it.

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2008-02-08 22:20:43 UTC (rev 69740)
+++ trunk/pom.xml	2008-02-08 23:39:27 UTC (rev 69741)
@@ -153,6 +153,17 @@
         <enabled>true</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>
 
 	<dependencyManagement>




More information about the jboss-cvs-commits mailing list