[seam-commits] Seam SVN: r13086 - branches/enterprise/JBPAPP_5_0/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Jun 8 15:40:12 EDT 2010
Author: manaRH
Date: 2010-06-08 15:40:12 -0400 (Tue, 08 Jun 2010)
New Revision: 13086
Modified:
branches/enterprise/JBPAPP_5_0/build/settings.xml
Log:
added maven2-brew repository as mirrored
Modified: branches/enterprise/JBPAPP_5_0/build/settings.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/settings.xml 2010-06-08 17:01:39 UTC (rev 13085)
+++ branches/enterprise/JBPAPP_5_0/build/settings.xml 2010-06-08 19:40:12 UTC (rev 13086)
@@ -168,6 +168,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