[seam-commits] Seam SVN: r14049 - branches/enterprise/JBPAPP_5_0/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Feb 16 06:44:05 EST 2011
Author: manaRH
Date: 2011-02-16 06:44:05 -0500 (Wed, 16 Feb 2011)
New Revision: 14049
Modified:
branches/enterprise/JBPAPP_5_0/build/ci.settings.xml
Log:
fixing maven repositories list for hudson jobs
Modified: branches/enterprise/JBPAPP_5_0/build/ci.settings.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/ci.settings.xml 2011-02-16 10:09:15 UTC (rev 14048)
+++ branches/enterprise/JBPAPP_5_0/build/ci.settings.xml 2011-02-16 11:44:05 UTC (rev 14049)
@@ -264,15 +264,13 @@
</properties>
</profile>
-->
-
-
<profile>
<id>jboss-product-repository</id>
<repositories>
<repository>
<id>jboss-product-repository</id>
<name>JBoss Product Maven Repository</name>
- <url>http://download.devel.redhat.com/brewroot/repos/mead-shared-build/latest/maven2/</url>
+ <url>http://repository.jboss.org/maven2-brew/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
@@ -288,6 +286,26 @@
<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-mead-repository</id>
+ <repositories>
+ <repository>
+ <id>jboss-mead-repository</id>
+ <name>JBoss Mead Maven Repository</name>
<url>http://download.devel.redhat.com/brewroot/repos/mead-shared-build/latest/maven2/</url>
<layout>default</layout>
<releases>
@@ -295,8 +313,24 @@
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
+ <enabled>false</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ </repository>
+ </repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>jboss-mead-repository</id>
+ <name>JBoss Mead Maven Repository</name>
+ <url>http://download.devel.redhat.com/brewroot/repos/mead-shared-build/latest/maven2/</url>
+ <layout>default</layout>
+ <releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
</snapshots>
</pluginRepository>
</pluginRepositories>
@@ -373,6 +407,7 @@
<activeProfiles>
<activeProfile>jboss-product-repository</activeProfile>
+ <activeProfile>jboss-mead-repository</activeProfile>
<activeProfile>jboss-public-repository</activeProfile>
<activeProfile>jboss-snapshot-repository</activeProfile>
</activeProfiles>
More information about the seam-commits
mailing list