Author: rhauch
Date: 2008-05-15 14:57:56 -0400 (Thu, 15 May 2008)
New Revision: 173
Modified:
trunk/pom.xml
Log:
Added distribution management section to parent POM
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-05-14 20:18:07 UTC (rev 172)
+++ trunk/pom.xml 2008-05-15 18:57:56 UTC (rev 173)
@@ -366,4 +366,12 @@
</plugin>
</plugins>
</reporting>
+ <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://${jboss.repository.root}</url>
+ </repository>
+ </distributionManagement>
</project>
\ No newline at end of file
Show replies by date