Author: hardy.ferentschik
Date: 2009-05-28 19:14:26 -0400 (Thu, 28 May 2009)
New Revision: 16637
Modified:
search/branches/Branch_3_1/pom.xml
Log:
added distribution management
Modified: search/branches/Branch_3_1/pom.xml
===================================================================
--- search/branches/Branch_3_1/pom.xml 2009-05-28 22:50:39 UTC (rev 16636)
+++ search/branches/Branch_3_1/pom.xml 2009-05-28 23:14:26 UTC (rev 16637)
@@ -255,6 +255,21 @@
</testResource>
</testResources>
</build>
+
+ <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>
<!-- =============================== -->