[hibernate-commits] Hibernate SVN: r12776 - maven-poms/trunk/core-parent.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Jul 17 09:24:56 EDT 2007


Author: steve.ebersole at jboss.com
Date: 2007-07-17 09:24:55 -0400 (Tue, 17 Jul 2007)
New Revision: 12776

Modified:
   maven-poms/trunk/core-parent/pom.xml
Log:
added distributionManagement section

Modified: maven-poms/trunk/core-parent/pom.xml
===================================================================
--- maven-poms/trunk/core-parent/pom.xml	2007-07-17 08:26:15 UTC (rev 12775)
+++ maven-poms/trunk/core-parent/pom.xml	2007-07-17 13:24:55 UTC (rev 12776)
@@ -197,5 +197,20 @@
             </dependency>
         </dependencies>
     </dependencyManagement>
+    
+    <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>
 
 </project>




More information about the hibernate-commits mailing list