Author: hboutemy
Date: Tue Apr  6 21:21:28 2010
New Revision: 931336

URL: http://svn.apache.org/viewvc?rev=931336&view=rev
Log:
[ARCHETYPE-224] updated internal catalog with actual Wiki content

Modified:
    
maven/archetype/trunk/archetype-common/src/main/resources/archetype-catalog.xml

Modified: 
maven/archetype/trunk/archetype-common/src/main/resources/archetype-catalog.xml
URL: 
http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-common/src/main/resources/archetype-catalog.xml?rev=931336&r1=931335&r2=931336&view=diff
==============================================================================
--- 
maven/archetype/trunk/archetype-common/src/main/resources/archetype-catalog.xml 
(original)
+++ 
maven/archetype/trunk/archetype-common/src/main/resources/archetype-catalog.xml 
Tue Apr  6 21:21:28 2010
@@ -1,62 +1,69 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<archetype-catalog  
xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-catalog/1.0.0";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  
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";>
+<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.appfuse.archetypes</groupId>
       <artifactId>appfuse-basic-jsf</artifactId>
-      <version>RELEASE</version>
+      <version>2.0</version>
       <description>AppFuse archetype for creating a web application with 
Hibernate, Spring and JSF</description>
     </archetype>
     <archetype>
       <groupId>org.appfuse.archetypes</groupId>
       <artifactId>appfuse-basic-spring</artifactId>
-      <version>RELEASE</version>
+      <version>2.0</version>
       <description>AppFuse archetype for creating a web application with 
Hibernate, Spring and Spring MVC</description>
     </archetype>
     <archetype>
       <groupId>org.appfuse.archetypes</groupId>
       <artifactId>appfuse-basic-struts</artifactId>
-      <version>RELEASE</version>
+      <version>2.0</version>
       <description>AppFuse archetype for creating a web application with 
Hibernate, Spring and Struts 2</description>
     </archetype>
     <archetype>
       <groupId>org.appfuse.archetypes</groupId>
       <artifactId>appfuse-basic-tapestry</artifactId>
-      <version>RELEASE</version>
+      <version>2.0</version>
       <description>AppFuse archetype for creating a web application with 
Hibernate, Spring and Tapestry 4</description>
     </archetype>
     <archetype>
       <groupId>org.appfuse.archetypes</groupId>
       <artifactId>appfuse-core</artifactId>
-      <version>RELEASE</version>
+      <version>2.0</version>
       <description>AppFuse archetype for creating a jar application with 
Hibernate and Spring and XFire</description>
     </archetype>
     <archetype>
       <groupId>org.appfuse.archetypes</groupId>
       <artifactId>appfuse-modular-jsf</artifactId>
-      <version>RELEASE</version>
+      <version>2.0</version>
       <description>AppFuse archetype for creating a modular application with 
Hibernate, Spring and JSF</description>
     </archetype>
     <archetype>
       <groupId>org.appfuse.archetypes</groupId>
       <artifactId>appfuse-modular-spring</artifactId>
-      <version>RELEASE</version>
+      <version>2.0</version>
       <description>AppFuse archetype for creating a modular application with 
Hibernate, Spring and Spring MVC</description>
     </archetype>
     <archetype>
       <groupId>org.appfuse.archetypes</groupId>
       <artifactId>appfuse-modular-struts</artifactId>
-      <version>RELEASE</version>
+      <version>2.0</version>
       <description>AppFuse archetype for creating a modular application with 
Hibernate, Spring and Struts 2</description>
     </archetype>
     <archetype>
       <groupId>org.appfuse.archetypes</groupId>
       <artifactId>appfuse-modular-tapestry</artifactId>
-      <version>RELEASE</version>
+      <version>2.0</version>
       <description>AppFuse archetype for creating a modular application with 
Hibernate, Spring and Tapestry 4</description>
     </archetype>
     <archetype>
+      <groupId>org.makumba</groupId>
+      <artifactId>makumba-archetype</artifactId>
+      <version>RELEASE</version>
+      <description>Archetype for a simple Makumba application</description>
+    </archetype>
+    <archetype>
       <groupId>org.apache.maven.archetypes</groupId>
       <artifactId>maven-archetype-j2ee-simple</artifactId>
       <version>RELEASE</version>
@@ -111,6 +118,12 @@
       <description>A simple Java web application</description>
     </archetype>
     <archetype>
+      <groupId>net.databinder</groupId>
+      <artifactId>data-app</artifactId>
+      <version>1.0</version>
+      <description>A new Databinder application with sources and 
resources.</description>
+    </archetype>
+    <archetype>
       <groupId>org.apache.camel.archetypes</groupId>
       <artifactId>camel-archetype-component</artifactId>
       <version>RELEASE</version>
@@ -153,6 +166,12 @@
       <description>Archetype for Jini service project creation</description>
     </archetype>
     <archetype>
+      <groupId>de.akquinet.jbosscc</groupId>
+      <artifactId>jbosscc-seam-archetype</artifactId>
+      <version>RELEASE</version>
+      <description>Maven Archetype to generate a Seam Application</description>
+    </archetype>
+    <archetype>
       <groupId>org.apache.maven.archetypes</groupId>
       <artifactId>softeu-archetype-seam</artifactId>
       <version>RELEASE</version>
@@ -183,17 +202,31 @@
     <archetype>
       <groupId>org.springframework.osgi</groupId>
       <artifactId>spring-osgi-bundle-archetype</artifactId>
-      <version>1.0.2</version>
+      <version>RELEASE</version>
       <description>Spring-OSGi archetype</description>
     </archetype>
     <archetype>
       <groupId>com.atlassian.maven.archetypes</groupId>
+      <artifactId>bamboo-plugin-archetype</artifactId>
+      <version>3.0.1</version>
+      <repository>https://maven.atlassian.com/public</repository>
+      <description>Atlassian Bamboo plugin archetype</description>
+    </archetype>
+    <archetype>
+      <groupId>com.atlassian.maven.archetypes</groupId>
       <artifactId>confluence-plugin-archetype</artifactId>
       <version>RELEASE</version>
       <repository>https://maven.atlassian.com/public</repository>
       <description>Atlassian Confluence plugin archetype</description>
     </archetype>
     <archetype>
+      <groupId>com.atlassian.maven.archetypes</groupId>
+      <artifactId>jira-plugin-archetype</artifactId>
+      <version>3.0.6</version>
+      <repository>https://maven.atlassian.com/public</repository>
+      <description>Atlassian JIRA plugin archetype</description>
+    </archetype>
+    <archetype>
       <groupId>net.sf.maven-har</groupId>
       <artifactId>maven-archetype-har</artifactId>
       <version>0.9</version>
@@ -212,6 +245,12 @@
       <description>A simple Apache Wicket project</description>
     </archetype>
     <archetype>
+      <groupId>org.apache.tapestry</groupId>
+      <artifactId>quickstart</artifactId>
+      <version>RELEASE</version>
+      <description>A simple Apache Tapestry 5 Project</description>
+    </archetype>
+    <archetype>
       <groupId>org.scala-tools.archetypes</groupId>
       <artifactId>scala-archetype-simple</artifactId>
       <version>1.2</version>
@@ -292,5 +331,25 @@
       <version>RELEASE</version>
       <description>Struts 2 Starter Archetype</description>
     </archetype>
+    <archetype>
+      <groupId>org.tynamo</groupId>
+      <artifactId>tynamo-archetype</artifactId>
+      <version>RELEASE</version>
+      <description>Creates a CRUD web application based on Tapestry 5 and 
Tynamo, a model-driven Java web framework</description>
+    </archetype>
+    <archetype>
+      <groupId>tellurium</groupId>
+      <artifactId>tellurium-junit-archetype</artifactId>
+      <version>RELEASE</version>
+      
<repository>http://maven.kungfuters.org/content/repositories/releases</repository>
+      <description>Tellurium JUnit project archetype for the Tellurium 
Automated Testing Framework</description>
+    </archetype>
+    <archetype>
+      <groupId>tellurium</groupId>
+      <artifactId>tellurium-testng-archetype</artifactId>
+      <version>RELEASE</version>
+      
<repository>http://maven.kungfuters.org/content/repositories/releases</repository>
+      <description>Tellurium TestNG project archetype for the Tellurium 
Automated Testing Framework</description>
+    </archetype>
   </archetypes>
 </archetype-catalog>


Reply via email to