[weld-commits] Weld SVN: r7007 - archetypes.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sat Aug 28 00:14:44 EDT 2010


Author: dan.j.allen
Date: 2010-08-28 00:14:43 -0400 (Sat, 28 Aug 2010)
New Revision: 7007

Added:
   archetypes/archetype-catalog.xml
Log:
catalog of all released weld archetypes


Added: archetypes/archetype-catalog.xml
===================================================================
--- archetypes/archetype-catalog.xml	                        (rev 0)
+++ archetypes/archetype-catalog.xml	2010-08-28 04:14:43 UTC (rev 7007)
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<archetype-catalog xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-catalog/1.0.0 http://maven.apache.org/xsd/archetype-catalog-1.0.0.xsd"
+    xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-catalog/1.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <archetypes>
+    <archetype>
+      <groupId>org.jboss.weld.archetypes</groupId>
+      <artifactId>jboss-javaee6-webapp</artifactId>
+      <version>1.0.1.Beta1</version>
+      <description>An archetype that generates a starter Java EE 6 webapp project</description>
+    </archetype>
+    <archetype>
+      <groupId>org.jboss.weld.archetypes</groupId>
+      <artifactId>weld-jsf-jee</artifactId>
+      <version>1.0.0-BETA1</version>
+      <description>Weld archetype for creating a Java EE 6 application using JSF 2.0, CDI 1.0, EJB 3.1 and JPA 2.0 (persistence unit included)</description>
+    </archetype>
+    <archetype>
+      <groupId>org.jboss.weld.archetypes</groupId>
+      <artifactId>weld-jsf-jee-minimal</artifactId>
+      <version>1.0.0-BETA1</version>
+      <description>Weld archetype for creating a minimal Java EE 6 application using JSF 2.0, CDI 1.0 and EJB 3.1 (persistence unit not included)</description>
+    </archetype>
+    <archetype>
+      <groupId>org.jboss.weld.archetypes</groupId>
+      <artifactId>weld-jsf-servlet-minimal</artifactId>
+      <version>1.0.0-BETA1</version>
+      <description>Weld archetype for creating an application using JSF 2.0 and CDI 1.0 for Servlet Containers (Tomcat 6 / Jetty 6)</description>
+    </archetype>
+  </archetypes>
+</archetype-catalog>



More information about the weld-commits mailing list