You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2008/04/01 08:03:56 UTC

svn commit: r643288 - /myfaces/site/trunk/src/site/resources/archetype-catalog.xml

Author: lu4242
Date: Mon Mar 31 23:03:53 2008
New Revision: 643288

URL: http://svn.apache.org/viewvc?rev=643288&view=rev
Log:
add archetype-catalog.xml to site for allow mvn archetype:generate -DarchetypeCatalog=http://myfaces.apache.org

Added:
    myfaces/site/trunk/src/site/resources/archetype-catalog.xml   (with props)

Added: myfaces/site/trunk/src/site/resources/archetype-catalog.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/resources/archetype-catalog.xml?rev=643288&view=auto
==============================================================================
--- myfaces/site/trunk/src/site/resources/archetype-catalog.xml (added)
+++ myfaces/site/trunk/src/site/resources/archetype-catalog.xml Mon Mar 31 23:03:53 2008
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<archetype-catalog>
+  <archetypes>
+    <archetype>
+      <groupId>org.apache.myfaces.buildtools</groupId>
+      <artifactId>myfaces-archetype-helloworld</artifactId>
+      <version>1.0.1</version>
+      <repository>http://repo1.maven.org/maven2</repository>
+      <description>Simple Web application using Apache Myfaces</description>
+    </archetype>
+    <archetype>
+      <groupId>org.apache.myfaces.buildtools</groupId>
+      <artifactId>myfaces-archetype-helloworld-facelets</artifactId>
+      <version>1.0.1</version>
+      <repository>http://repo1.maven.org/maven2</repository>
+      <description>Simple Web application using Apache Myfaces and Facelets</description>
+    </archetype>
+    <archetype>
+      <groupId>org.apache.myfaces.buildtools</groupId>
+      <artifactId>myfaces-archetype-helloworld-portlets</artifactId>
+      <version>1.0.1</version>
+      <repository>http://repo1.maven.org/maven2</repository>
+      <description>Simple Web application using Apache Myfaces and Portlets</description>
+    </archetype>
+    <archetype>
+      <groupId>org.apache.myfaces.buildtools</groupId>
+      <artifactId>myfaces-archetype-jsfcomponents</artifactId>
+      <version>1.0.1</version>
+      <repository>http://repo1.maven.org/maven2</repository>
+      <description>Simple JSF Component using Apache Myfaces</description>
+    </archetype>
+    <archetype>
+      <groupId>org.apache.myfaces.buildtools</groupId>
+      <artifactId>myfaces-archetype-trinidad</artifactId>
+      <version>1.0.1</version>
+      <repository>http://repo1.maven.org/maven2</repository>
+      <description>Simple Web application using Apache Myfaces and Trinidad</description>
+    </archetype>
+  </archetypes>
+</archetype-catalog>
\ No newline at end of file

Propchange: myfaces/site/trunk/src/site/resources/archetype-catalog.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/site/trunk/src/site/resources/archetype-catalog.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL