[seam-commits] Seam SVN: r13605 - branches/enterprise/JBPAPP_5_0/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Aug 12 07:13:51 EDT 2010
Author: manaRH
Date: 2010-08-12 07:13:50 -0400 (Thu, 12 Aug 2010)
New Revision: 13605
Modified:
branches/enterprise/JBPAPP_5_0/build/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/settings.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/settings.xml 2010-08-12 10:42:45 UTC (rev 13604)
+++ branches/enterprise/JBPAPP_5_0/build/settings.xml 2010-08-12 11:13:50 UTC (rev 13605)
@@ -125,9 +125,9 @@
|
| NOTE: You should either specify username/password OR privateKey/passphrase, since these pairings are
| used together.
- |
+ |
<server>
- <id>deploymentRepo</id>
+ <id>jboss-releases-repository</id>
<username>repouser</username>
<password>repopwd</password>
</server>
@@ -168,12 +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>
+<!-- <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>
@@ -269,6 +269,41 @@
</profile>
-->
+ <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>
@@ -342,6 +377,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