[seam-commits] Seam SVN: r13751 - branches/enterprise/JBPAPP_4_3_FP01/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Sep 14 10:00:00 EDT 2010


Author: manaRH
Date: 2010-09-14 09:59:59 -0400 (Tue, 14 Sep 2010)
New Revision: 13751

Modified:
   branches/enterprise/JBPAPP_4_3_FP01/build/ci.settings.xml
   branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml
   branches/enterprise/JBPAPP_4_3_FP01/build/settings.xml
Log:
fixed maven settings.xml

Modified: branches/enterprise/JBPAPP_4_3_FP01/build/ci.settings.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/ci.settings.xml	2010-09-14 13:11:13 UTC (rev 13750)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/ci.settings.xml	2010-09-14 13:59:59 UTC (rev 13751)
@@ -142,12 +142,6 @@
       <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</url>
-     </mirror>
   </mirrors>
   
   <!-- profiles
@@ -201,7 +195,99 @@
       </repositories>
     </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>
+       <repositories>
+         <repository>
+           <id>jboss-public-repository-group</id>
+           <name>JBoss Public Maven Repository Group</name>
+           <url>https://repository.jboss.org/nexus/content/groups/public-jboss</url>
+           <layout>default</layout>
+           <releases>
+             <enabled>true</enabled>
+             <updatePolicy>never</updatePolicy>
+           </releases>
+           <snapshots>
+             <enabled>true</enabled>
+             <updatePolicy>never</updatePolicy>
+           </snapshots>
+         </repository>
+       </repositories>
+       <pluginRepositories>
+         <pluginRepository>
+           <id>jboss-public-repository-group</id>
+           <name>JBoss Public Maven Repository Group</name>
+           <url>https://repository.jboss.org/nexus/content/groups/public-jboss</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-deprecated-repository</id>
+       <repositories>
+         <repository>
+           <id>jboss-deprecated-repository</id>
+           <name>JBoss Deprecated Maven Repository</name>
+           <url>https://repository.jboss.org/nexus/content/repositories/deprecated/</url>
+           <layout>default</layout>
+           <releases>
+             <enabled>true</enabled>
+             <updatePolicy>never</updatePolicy>
+           </releases>
+           <snapshots>
+             <enabled>false</enabled>
+             <updatePolicy>never</updatePolicy>
+           </snapshots>
+         </repository>
+       </repositories>
+     </profile>
+
     <!--
      | Here is another profile, activated by the system property 'target-env' with a value of 'dev',
      | which provides a specific path to the Tomcat instance. To use this, your plugin configuration
@@ -246,4 +332,10 @@
     <activeProfile>anotherAlwaysActiveProfile</activeProfile>
   </activeProfiles>
   -->
+  <activeProfiles>
+     <activeProfile>jboss-product-repository</activeProfile>
+     <activeProfile>jboss-public-repository</activeProfile>
+     <activeProfile>jboss-deprecated-repository</activeProfile>
+   </activeProfiles>
+
 </settings>

Modified: branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml	2010-09-14 13:11:13 UTC (rev 13750)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml	2010-09-14 13:59:59 UTC (rev 13751)
@@ -8,51 +8,6 @@
 	<version>@seam.version@</version>
 	<name>JBoss Seam</name>
 	<packaging>pom</packaging>
-	<pluginRepositories>
-		<pluginRepository>
-			<id>repository.jboss.org</id>
-			<name>JBoss Repository</name>
-			<url>http://repository.jboss.org/maven2</url>
-		</pluginRepository>
-		<pluginRepository>
-			<id>products.jboss</id>
-			<name>JBoss Repository</name>
-			<url>http://repository.jboss.org/maven2-brew</url>
-		</pluginRepository>
-		<!--
-			<pluginRepository> <snapshots /> <id>snapshots.jboss.org</id>
-			<name>JBoss Snapshot Repository</name>
-			<url>http://snapshots.jboss.org/maven2</url> </pluginRepository>
-		-->
-	</pluginRepositories>
-	<repositories>
-		<repository>
-			<id>repository.local</id>
-			<name>Seam Local Repository</name>
-			<url>file://@local.repo@</url>
-		</repository>
-		<repository>
-			<id>repository.jboss.org</id>
-			<name>JBoss Repository</name>
-			<url>http://repository.jboss.org/maven2</url>
-		</repository>
-		<repository>
-			<id>products.jboss</id>
-			<name>JBoss Repository</name>
-			<url>http://repository.jboss.org/maven2-brew</url>
-		</repository>
-		<repository>
-			<id>repository.local</id>
-			<name>Seam Local Repository</name>
-			<url>file://@local.repo@</url>
-		</repository>
-		<repository>
-			<snapshots />
-			<id>snapshots.jboss.org</id>
-			<name>JBoss Snapshot Repository</name>
-			<url>http://snapshots.jboss.org/maven2</url>
-		</repository>
-	</repositories>
 
 	<!-- Externalize some version numbers here -->
 	<properties>

Modified: branches/enterprise/JBPAPP_4_3_FP01/build/settings.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/settings.xml	2010-09-14 13:11:13 UTC (rev 13750)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/settings.xml	2010-09-14 13:59:59 UTC (rev 13751)
@@ -1,3 +1,4 @@
+	
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -140,14 +141,7 @@
       <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</url>
-     </mirror>
   </mirrors>
-  
   <!-- profiles
    | This is a list of profiles which can be activated in a variety of ways, and which can modify
    | the build process. Profiles provided in the settings.xml are intended to provide local machine-
@@ -234,14 +228,49 @@
       </properties>
     </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>
       <repositories>
         <repository>
           <id>jboss-public-repository-group</id>
           <name>JBoss Public Maven Repository Group</name>
-          <url>https://repository.jboss.org/nexus/content/groups/public/</url>
+          <url>https://repository.jboss.org/nexus/content/groups/public-jboss</url>
           <layout>default</layout>
           <releases>
             <enabled>true</enabled>
@@ -257,7 +286,7 @@
         <pluginRepository>
           <id>jboss-public-repository-group</id>
           <name>JBoss Public Maven Repository Group</name>
-          <url>https://repository.jboss.org/nexus/content/groups/public/</url>
+          <url>https://repository.jboss.org/nexus/content/groups/public-jboss</url>
           <layout>default</layout>
           <releases>
             <enabled>true</enabled>
@@ -270,15 +299,13 @@
         </pluginRepository>
       </pluginRepositories>
     </profile>
-
-
     <profile>
       <id>jboss-deprecated-repository</id>
       <repositories>
         <repository>
           <id>jboss-deprecated-repository</id>
           <name>JBoss Deprecated Maven Repository</name>
-          <url>https://repository.jboss.org/nexus/content/repositories/deprecated/</url>
+          <url>https://repository.jboss.org/nexus/content/repositories/deprecated</url>
           <layout>default</layout>
           <releases>
             <enabled>true</enabled>
@@ -291,8 +318,6 @@
         </repository>
       </repositories>
     </profile>
-
-
   </profiles>
 
 
@@ -307,6 +332,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