Author: aheritier
Date: 2009-08-25 20:14:38 -0400 (Tue, 25 Aug 2009)
New Revision: 82
Modified:
components/mop/trunk/pom.xml
Log:
override repository definition to distribute releases. In Jboss parent it requires to
chackout all the JBoss Maven 2 repo
Modified: components/mop/trunk/pom.xml
===================================================================
--- components/mop/trunk/pom.xml 2009-08-26 00:07:04 UTC (rev 81)
+++ components/mop/trunk/pom.xml 2009-08-26 00:14:38 UTC (rev 82)
@@ -59,6 +59,16 @@
<
url>http://fisheye.jboss.org/browse/gatein/components/mop/trunk/</u...
</scm>
+ <!-- Override the definition done in JBoss parent which requires
+ to checkout all the maven 2 repository from JBoss -->
+ <distributionManagement>
+ <repository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Releases Repository</name>
+
<
url>dav:https://svn.jboss.org/repos/repository.jboss.org/maven2</ur...
+ </repository>
+ </distributionManagement>
+
<!-- Required to download Parent -->
<repositories>
<repository>