[jboss-cvs] Repository SVN: r25571 - maven2.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 24 08:50:14 EDT 2009


Author: hardy.ferentschik
Date: 2009-04-24 08:50:13 -0400 (Fri, 24 Apr 2009)
New Revision: 25571

Added:
   maven2/archetype-catalog.xml
Log:
Added a maven2 archetype catalog

Added: maven2/archetype-catalog.xml
===================================================================
--- maven2/archetype-catalog.xml	                        (rev 0)
+++ maven2/archetype-catalog.xml	2009-04-24 12:50:13 UTC (rev 25571)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<archetype-catalog>
+    <archetypes>
+        <archetype>
+            <groupId>org.hibernate</groupId>
+            <artifactId>hibernate-search-quickstart</artifactId>
+            <version>LATEST</version>
+            <repository>http://repository.jboss.com/maven2</repository>
+            <description>
+                Archetype for creating the Hibernate Search Quickstart Project
+            </description>
+        </archetype>        
+        <archetype>
+            <groupId>org.hibernate</groupId>
+            <artifactId>hibernate-validator-qickstart-archetype</artifactId>
+            <version>LATEST</version>
+            <repository>http://repository.jboss.com/maven2</repository>
+            <description>
+                Archetype for creating the Hibernate Validator Quickstart Project
+            </description>
+        </archetype>
+    </archetypes>
+</archetype-catalog>


Property changes on: maven2/archetype-catalog.xml
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native




More information about the jboss-cvs-commits mailing list