[infinispan-commits] Infinispan SVN: r153 - tags/4.0.0.ALPHA1/parent.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Mon Apr 20 13:34:52 EDT 2009


Author: manik.surtani at jboss.com
Date: 2009-04-20 13:34:52 -0400 (Mon, 20 Apr 2009)
New Revision: 153

Modified:
   tags/4.0.0.ALPHA1/parent/pom.xml
Log:


Modified: tags/4.0.0.ALPHA1/parent/pom.xml
===================================================================
--- tags/4.0.0.ALPHA1/parent/pom.xml	2009-04-20 17:33:48 UTC (rev 152)
+++ tags/4.0.0.ALPHA1/parent/pom.xml	2009-04-20 17:34:52 UTC (rev 153)
@@ -309,6 +309,22 @@
     </pluginRepository>
   </pluginRepositories>
 
+  <distributionManagement>
+    <repository>
+	<!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
+	<!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
+	<!-- TODO : replace this with direct svn access once the svnkit providers are available -->
+      	<id>repository.jboss.org</id>
+      	<url>file://${maven.repository.root}</url>
+    </repository>
+    <snapshotRepository>
+      	<id>snapshots.jboss.org</id>
+      	<name>JBoss Snapshot Repository</name>
+      	<url>dav:https://snapshots.jboss.org/maven2</url>
+    </snapshotRepository>
+  </distributionManagement>
+
+
   <profiles>
     <profile>
       <id>test-hudson</id>




More information about the infinispan-commits mailing list