[weld-commits] Weld SVN: r6978 - cdi-tck/trunk.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Aug 11 09:05:22 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-08-11 09:05:21 -0400 (Wed, 11 Aug 2010)
New Revision: 6978

Modified:
   cdi-tck/trunk/pom.xml
Log:
add jboss repository

Modified: cdi-tck/trunk/pom.xml
===================================================================
--- cdi-tck/trunk/pom.xml	2010-08-10 23:13:27 UTC (rev 6977)
+++ cdi-tck/trunk/pom.xml	2010-08-11 13:05:21 UTC (rev 6978)
@@ -362,6 +362,47 @@
          </build>
       </profile>
 
+      <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>
 
 </project>



More information about the weld-commits mailing list