[seam-commits] Seam SVN: r13568 - in build/trunk: module-archetype and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Aug 6 12:30:03 EDT 2010
Author: pete.muir at jboss.org
Date: 2010-08-06 12:30:02 -0400 (Fri, 06 Aug 2010)
New Revision: 13568
Modified:
build/trunk/checkout.sh
build/trunk/module-archetype/pom.xml
Log:
update to jboss repo
Modified: build/trunk/checkout.sh
===================================================================
--- build/trunk/checkout.sh 2010-08-06 16:28:43 UTC (rev 13567)
+++ build/trunk/checkout.sh 2010-08-06 16:30:02 UTC (rev 13568)
@@ -99,7 +99,7 @@
SVNARGS=
SVNUPDATE=1
-MODULES="remoting drools faces international persistence security xml jms wicket servlet"
+MODULES="documents drools faces international jbpm jms persistence remoting resteasy security servlet wicket xml"
while getopts “hrd:v” OPTION
do
Modified: build/trunk/module-archetype/pom.xml
===================================================================
--- build/trunk/module-archetype/pom.xml 2010-08-06 16:28:43 UTC (rev 13567)
+++ build/trunk/module-archetype/pom.xml 2010-08-06 16:30:02 UTC (rev 13568)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-parent</artifactId>
- <version>12</version>
+ <version>13</version>
</parent>
<description>
@@ -32,21 +32,47 @@
</developer>
</developers>
- <!-- Snapshots repo to get parent -->
- <repositories>
- <repository>
- <id>oss.sonatype.org/jboss-snapshots</id>
- <name>JBoss (Nexus) Snapshots Repository</name>
- <url>http://oss.sonatype.org/content/repositories/jboss-snapshots</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- <updatePolicy>never</updatePolicy>
- </snapshots>
- </repository>
- </repositories>
+ <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>
<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/seam/build/trunk/parent</connection>
More information about the seam-commits
mailing list