Author: pete.muir(a)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&l...
<
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