[portal-commits] JBoss Portal SVN: r11850 - modules/portlet/trunk/build.
portal-commits at lists.jboss.org
portal-commits at lists.jboss.org
Tue Sep 9 14:55:15 EDT 2008
Author: mwringe
Date: 2008-09-09 14:55:15 -0400 (Tue, 09 Sep 2008)
New Revision: 11850
Modified:
modules/portlet/trunk/build/pom.xml
Log:
Adding codehaus repo to get the cargo jars without waiting for them to be pulled into the offical maven repos.
Modified: modules/portlet/trunk/build/pom.xml
===================================================================
--- modules/portlet/trunk/build/pom.xml 2008-09-09 18:51:11 UTC (rev 11849)
+++ modules/portlet/trunk/build/pom.xml 2008-09-09 18:55:15 UTC (rev 11850)
@@ -72,6 +72,18 @@
<enabled>false</enabled>
</releases>
</repository>
+ <!--Note: the codehaus repository is not really needed since everything in there
+ will be updated eventually to the main maven repos. Adding here to make it
+ faster to get the cargo files before they make it to the offical maven repos. -->
+ <repository>
+ <id>repository.codehaus.org</id>
+ <name>Codehaus Repository</name>
+ <layout>default</layout>
+ <url>http://repository.codehaus.org/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
</repositories>
More information about the portal-commits
mailing list