[seam-commits] Seam SVN: r13094 - branches/enterprise/JBPAPP_5_0/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Jun 9 09:27:38 EDT 2010
Author: manaRH
Date: 2010-06-09 09:27:37 -0400 (Wed, 09 Jun 2010)
New Revision: 13094
Modified:
branches/enterprise/JBPAPP_5_0/build/ci.settings.xml
Log:
added maven2-brew repository into CI settings
Modified: branches/enterprise/JBPAPP_5_0/build/ci.settings.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/ci.settings.xml 2010-06-09 11:55:01 UTC (rev 13093)
+++ branches/enterprise/JBPAPP_5_0/build/ci.settings.xml 2010-06-09 13:27:37 UTC (rev 13094)
@@ -169,6 +169,12 @@
<url>http://my.repository.com/repo/path</url>
</mirror>
-->
+ <mirror>
+ <id>fake.mirror.of.central</id>
+ <mirrorOf>central</mirrorOf>
+ <name>Fake mirror of central - reroutes central to repository.jboss.org</name>
+ <url>http://repository.jboss.org/maven2-brew</url>
+ </mirror>
</mirrors>
More information about the seam-commits
mailing list