Author: thomas.diesler(a)jboss.com
Date: 2008-05-01 05:44:23 -0400 (Thu, 01 May 2008)
New Revision: 6831
Modified:
maven/parent/trunk/pom.xml
Log:
Update distribution management
Modified: maven/parent/trunk/pom.xml
===================================================================
--- maven/parent/trunk/pom.xml 2008-05-01 09:29:19 UTC (rev 6830)
+++ maven/parent/trunk/pom.xml 2008-05-01 09:44:23 UTC (rev 6831)
@@ -108,13 +108,12 @@
</repository>
</repositories>
- <!-- distributionManagement -->
+ <!-- DistributionManagement -->
<distributionManagement>
<repository>
- <!-- Copy the distribution jar file to a local checkout of the maven repository
- - This variable can be set in $MAVEN_HOME/conf/settings.xml -->
<id>repository.jboss.org</id>
- <url>file://${maven.repository.root}</url>
+ <name>JBoss Maven Repository</name>
+ <url>file://${jboss.maven.repository.root}</url>
</repository>
<snapshotRepository>
<id>snapshots.jboss.org</id>