[weld-commits] Weld SVN: r7051 - cdi-api/trunk.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sat Oct 30 13:14:46 EDT 2010


Author: petemuir
Date: 2010-10-30 13:14:46 -0400 (Sat, 30 Oct 2010)
New Revision: 7051

Modified:
   cdi-api/trunk/pom.xml
Log:
use JBoss maven repos

Modified: cdi-api/trunk/pom.xml
===================================================================
--- cdi-api/trunk/pom.xml	2010-10-30 17:10:41 UTC (rev 7050)
+++ cdi-api/trunk/pom.xml	2010-10-30 17:14:46 UTC (rev 7051)
@@ -181,34 +181,47 @@
       <url>http://fisheye.jboss.org/browse/weld/cdi-api/trunk</url>
    </scm>
 
+   <profiles>
+      <profile>
+         <id>jboss-public-repository</id>
+         <activation>
+            <property>
+               <name>jboss-public-repository</name>
+               <value>!false</value>
+            </property>
+         </activation>
+         <repositories>
+            <repository>
+               <id>jboss-public-repository-group</id>
+               <name>JBoss Public Maven Repository Group</name>
+               <url>http://repository.jboss.org/nexus/content/groups/public</url>
+               <releases>
+                  <enabled>true</enabled>
+                  <updatePolicy>never</updatePolicy>
+               </releases>
+               <snapshots>
+                  <enabled>false</enabled>
+                  <updatePolicy>never</updatePolicy>
+               </snapshots>
+            </repository>
+         </repositories>
+         <pluginRepositories>
+            <pluginRepository>
+               <id>jboss-public-repository-group</id>
+               <name>JBoss Public Maven Repository Group</name>
+               <url>http://repository.jboss.org/nexus/content/groups/public</url>
+               <releases>
+                  <enabled>true</enabled>
+                  <updatePolicy>never</updatePolicy>
+               </releases>
+               <snapshots>
+                  <enabled>false</enabled>
+                  <updatePolicy>never</updatePolicy>
+               </snapshots>
+            </pluginRepository>
+         </pluginRepositories>
+      </profile>
+   </profiles>
 
-   <!-- Dependency management, including extra repositories if needed -->
-   <repositories>
-      <repository>
-         <id>repository.jboss.org</id>
-         <name>JBoss Release Repository</name>
-         <url>http://repository.jboss.org/nexus/content/groups/public/</url>
-         <releases>
-            <enabled>false</enabled>
-         </releases>
-         <snapshots>
-            <enabled>false</enabled>
-            <updatePolicy>never</updatePolicy>
-         </snapshots>
-      </repository>
-      <repository>
-         <id>oss.sonatype.org/snapshots</id>
-         <name>OSS Snapshots Repository</name>
-         <url>http://oss.sonatype.org/content/repositories/snapshots</url>
-         <releases>
-            <enabled>false</enabled>
-         </releases>
-         <snapshots>
-            <enabled>true</enabled>
-            <updatePolicy>never</updatePolicy>
-         </snapshots>
-      </repository>
-   </repositories>
 
-
 </project>



More information about the weld-commits mailing list