[jboss-maven2-commits] Repository SVN: r32954 - maven2.

jboss-maven2-commits at lists.jboss.org jboss-maven2-commits at lists.jboss.org
Tue Dec 8 09:01:20 EST 2009


Author: hardy.ferentschik
Date: 2009-12-08 09:01:20 -0500 (Tue, 08 Dec 2009)
New Revision: 32954

Modified:
   maven2/archetype-catalog.xml
Log:
added HSearch archetype

Modified: maven2/archetype-catalog.xml
===================================================================
--- maven2/archetype-catalog.xml	2009-12-08 12:34:29 UTC (rev 32953)
+++ maven2/archetype-catalog.xml	2009-12-08 14:01:20 UTC (rev 32954)
@@ -7,10 +7,19 @@
             <version>4.0.2.GA</version>
             <repository>http://repository.jboss.com/maven2</repository>
             <description>
-                Archetype for creating the Hibernate Validator Quickstart Project
+                Archetype for creating the Hibernate Validator Tutorial Project
             </description>
         </archetype>
         <archetype>
+            <groupId>org.hibernate</groupId>
+            <artifactId>hibernate-search-quickstart</artifactId>
+            <version>3.2.0-Beta1</version>
+            <repository>http://repository.jboss.com/maven2</repository>
+            <description>
+                Archetype for creating the Hibernate Search Tutorial Project
+            </description>
+        </archetype>
+        <archetype>
             <groupId>org.jboss.portletbridge.archetypes</groupId>
             <artifactId>seam-basic</artifactId>
             <version>2.0.0.BETA</version>



More information about the jboss-maven2-commits mailing list