[seam-commits] Seam SVN: r13606 - branches/enterprise/JBPAPP_5_0/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Aug 12 07:27:07 EDT 2010
Author: manaRH
Date: 2010-08-12 07:27:07 -0400 (Thu, 12 Aug 2010)
New Revision: 13606
Modified:
branches/enterprise/JBPAPP_5_0/build/ci.settings.xml
Log:
changed maven repositories settings due changes in Nexus manager, central is not caching in jboss public repository.
Modified: branches/enterprise/JBPAPP_5_0/build/ci.settings.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/ci.settings.xml 2010-08-12 11:13:50 UTC (rev 13605)
+++ branches/enterprise/JBPAPP_5_0/build/ci.settings.xml 2010-08-12 11:27:07 UTC (rev 13606)
@@ -169,12 +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>
+<!-- <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>
@@ -271,6 +271,42 @@
-->
+ <profile>
+ <id>jboss-product-repository</id>
+ <repositories>
+ <repository>
+ <id>jboss-product-repository</id>
+ <name>JBoss Product Maven Repository</name>
+ <url>http://repository.jboss.org/maven2-brew</url>
+ <layout>default</layout>
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ </repository>
+ </repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>jboss-product-repository</id>
+ <name>JBoss Product Maven Repository</name>
+ <url>http://repository.jboss.org/maven2-brew</url>
+ <layout>default</layout>
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ </pluginRepository>
+ </pluginRepositories>
+ </profile>
+
<profile>
<id>jboss-public-repository</id>
<repositories>
@@ -343,6 +379,7 @@
<activeProfiles>
+ <activeProfile>jboss-product-repository</activeProfile>
<activeProfile>jboss-public-repository</activeProfile>
<activeProfile>jboss-deprecated-repository</activeProfile>
</activeProfiles>
More information about the seam-commits
mailing list