[webbeans-commits] Webbeans SVN: r1359 - doc/trunk/reference.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Thu Jan 29 13:30:14 EST 2009


Author: pete.muir at jboss.org
Date: 2009-01-29 13:30:14 -0500 (Thu, 29 Jan 2009)
New Revision: 1359

Modified:
   doc/trunk/reference/pom.xml
Log:
minor

Modified: doc/trunk/reference/pom.xml
===================================================================
--- doc/trunk/reference/pom.xml	2009-01-29 18:29:54 UTC (rev 1358)
+++ doc/trunk/reference/pom.xml	2009-01-29 18:30:14 UTC (rev 1359)
@@ -199,4 +199,19 @@
       <developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/doc</developerConnection>
       <url>http://fisheye.jboss.org/browse/WebBeans/doc</url>
    </scm>   
+   
+      <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>
\ No newline at end of file




More information about the weld-commits mailing list