[richfaces-svn-commits] JBoss Rich Faces SVN: r18740 - modules/build/parent/trunk.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Aug 17 15:51:40 EDT 2010


Author: jbalunas at redhat.com
Date: 2010-08-17 15:51:39 -0400 (Tue, 17 Aug 2010)
New Revision: 18740

Modified:
   modules/build/parent/trunk/pom.xml
Log:
RF-8756 removed stage repo from richfaces-parent

Modified: modules/build/parent/trunk/pom.xml
===================================================================
--- modules/build/parent/trunk/pom.xml	2010-08-17 19:50:30 UTC (rev 18739)
+++ modules/build/parent/trunk/pom.xml	2010-08-17 19:51:39 UTC (rev 18740)
@@ -344,53 +344,8 @@
                 </clover.license.path>
             </properties>
         </profile>
-
-        
-        <!-- This profile can be used while testing staged releases.  This
-             works around two issues with how maven inherits from settings.xml
-             See RF-8756 for more.
-             
-             To use this you also need to add !jboss-public-stage to your
-             mirrorOf settings in settings.xml if you are following jboss dev
-             maven setup.
-         -->
-        <profile>
-            <id>jboss-public-stage</id>
-            <repositories>
-               <repository>
-                  <id>jboss-public-stage</id>
-                  <name>JBoss Public Stage Maven Repository Group</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>
-            <pluginRepositories>
-               <pluginRepository>
-                   <id>jboss-public-stage</id>
-                   <name>JBoss Public Stage Maven Repository Group</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>
-               </pluginRepository>
-           </pluginRepositories>
-        </profile>
     </profiles>
-
+    
     <distributionManagement>
         <downloadUrl>
             http://www.jboss.org/richfaces/download



More information about the richfaces-svn-commits mailing list