Author: manaRH
Date: 2011-10-30 09:06:28 -0400 (Sun, 30 Oct 2011)
New Revision: 14243
Modified:
branches/community/Seam_2_3/build/settings.xml
Log:
disabled tested staging profile
Modified: branches/community/Seam_2_3/build/settings.xml
===================================================================
--- branches/community/Seam_2_3/build/settings.xml 2011-10-30 13:06:22 UTC (rev 14242)
+++ branches/community/Seam_2_3/build/settings.xml 2011-10-30 13:06:28 UTC (rev 14243)
@@ -249,12 +249,31 @@
</repositories>
</profile>
-
+
+ <profile>
+ <id>jboss-staging-repository</id>
+ <repositories>
+ <repository>
+ <id>jboss-staging-repository</id>
+ <name>JBoss Staging Maven Repository</name>
+
<
url>https://repository.jboss.org/nexus/content/groups/staging/</url...
+ <layout>default</layout>
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ </repository>
+ </repositories>
+ </profile>
</profiles>
<activeProfiles>
<activeProfile>jboss-public-repository</activeProfile>
-<!-- <activeProfile>jboss-deprecated-repository</activeProfile> -->
+ <!-- <activeProfile>jboss-staging-repository</activeProfile> -->
</activeProfiles>