Author: thomas.heute(a)jboss.com
Date: 2009-10-05 07:18:20 -0400 (Mon, 05 Oct 2009)
New Revision: 280
Modified:
tools/maven/doc-parent/tags/1.0.0-CR1/pom.xml
Log:
Adding distribution management repositories
Modified: tools/maven/doc-parent/tags/1.0.0-CR1/pom.xml
===================================================================
--- tools/maven/doc-parent/tags/1.0.0-CR1/pom.xml 2009-10-05 11:03:14 UTC (rev 279)
+++ tools/maven/doc-parent/tags/1.0.0-CR1/pom.xml 2009-10-05 11:18:20 UTC (rev 280)
@@ -82,4 +82,19 @@
<translation>en-US</translation>
</properties>
+ <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>