<?xml version="1.0" encoding="UTF-8"?>
<archetype-catalog>
  <archetypes>
    <archetype>
       <groupId>com.sun.jersey.archetypes</groupId>
       <artifactId>jersey-quickstart-grizzly</artifactId>
       <version>1.1.4.1</version>
       <repository>http://download.java.net/maven/2</repository>
       <description>Archetype for creating a RESTful web application with Jersey and Grizzly</description>
    </archetype>
    <archetype>
       <groupId>com.sun.jersey.archetypes</groupId>
       <artifactId>jersey-quickstart-webapp</artifactId>
       <version>1.1.4.1</version>
       <repository>http://download.java.net/maven/2</repository>
       <description>Archetype for creating a Jersey based RESTful web application with WAR packaging</description>
    </archetype>
    <archetype>
       <groupId>com.sun.jersey.archetypes</groupId>
       <artifactId>jersey-quickstart-ejb</artifactId>
       <version>1.1.4.1</version>
       <repository>http://download.java.net/maven/2</repository>
       <description>Archetype for creating a Jersey based RESTful EJB application with WAR packaging</description>
    </archetype>
     <archetype>
      <groupId>javax.faces</groupId>
      <artifactId>jsf2-simple-example-archetype</artifactId>
      <version>0.1-SNAPSHOT</version>
      <repository>http://download.java.net/maven/2</repository>
      <description>Simple JSF project with no non-JavaEE dependencies</description>
    </archetype>
   </archetypes>
</archetype-catalog>
