[weld-commits] Weld SVN: r5166 - in archetypes/trunk: jsf and 1 other directory.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sat Nov 28 11:15:38 EST 2009


Author: sboscarine
Date: 2009-11-28 11:15:38 -0500 (Sat, 28 Nov 2009)
New Revision: 5166

Added:
   archetypes/trunk/jsf/jee/
Removed:
   archetypes/trunk/jsf/jee-full/
Modified:
   archetypes/trunk/pom.xml
Log:
changed folder name to reflect archetype


Copied: archetypes/trunk/jsf/jee (from rev 5164, archetypes/trunk/jsf/jee-full)

Modified: archetypes/trunk/pom.xml
===================================================================
--- archetypes/trunk/pom.xml	2009-11-28 16:14:32 UTC (rev 5165)
+++ archetypes/trunk/pom.xml	2009-11-28 16:15:38 UTC (rev 5166)
@@ -8,7 +8,25 @@
       <artifactId>weld-parent</artifactId>
       <version>7</version>
    </parent>
-   
+<repositories>
+   		<repository>
+			<id>repository.jboss.org</id>
+			<name>JBoss Repository</name>
+			<url>http://repository.jboss.org/maven2</url>
+		</repository>
+      <repository>
+         <id>snapshots.jboss.org</id>
+         <name>JBoss Snapshots Repository</name>
+         <url>http://snapshots.jboss.org/maven2</url>
+         <releases>
+            <enabled>false</enabled>
+         </releases>
+         <snapshots>
+            <enabled>true</enabled>
+            <updatePolicy>never</updatePolicy>
+         </snapshots>
+      </repository>
+</repositories>
    <groupId>org.jboss.weld.archetypes</groupId>
    <artifactId>weld-archetype-parent</artifactId>
    <version>1.0.0-SNAPSHOT</version>
@@ -44,7 +62,7 @@
    <modules>
       <module>jsf/servlet-minimal</module>
       <module>jsf/jee-minimal</module>
-      <module>jsf/jee-full</module>
+      <module>jsf/jee</module>
    </modules>
    
    <!-- SCM and distribution management -->



More information about the weld-commits mailing list