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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 22 18:45:06 EDT 2009


Author: wesleyhales
Date: 2009-10-22 18:45:05 -0400 (Thu, 22 Oct 2009)
New Revision: 30438

Modified:
   maven2/archetype-catalog.xml
Log:
add portlet bridge archetypes

Modified: maven2/archetype-catalog.xml
===================================================================
--- maven2/archetype-catalog.xml	2009-10-22 20:46:11 UTC (rev 30437)
+++ maven2/archetype-catalog.xml	2009-10-22 22:45:05 UTC (rev 30438)
@@ -10,5 +10,32 @@
                 Archetype for creating the Hibernate Validator Quickstart Project
             </description>
         </archetype>
+        <archetype>
+            <groupId>org.jboss.portletbridge.archetypes</groupId>
+            <artifactId>seam-basic</artifactId>
+            <version>2.0.0.BETA</version>
+            <repository>http://repository.jboss.org/maven2</repository>
+            <description>
+                Archetype for creating a Seam Portlet using the JBoss Portlet Bridge
+            </description>
+        </archetype>
+		<archetype>
+            <groupId>org.jboss.portletbridge.archetypes</groupId>
+            <artifactId>richfaces-basic</artifactId>
+            <version>2.0.0.BETA</version>
+            <repository>http://repository.jboss.org/maven2</repository>
+            <description>
+                Archetype for creating a Richfaces Portlet using the JBoss Portlet Bridge
+            </description>
+        </archetype>
+		<archetype>
+            <groupId>org.jboss.portletbridge.archetypes</groupId>
+            <artifactId>1.2-basic</artifactId>
+            <version>2.0.0.BETA</version>
+            <repository>http://repository.jboss.org/maven2</repository>
+            <description>
+                Archetype for creating a JSF 1.2 Portlet using the JBoss Portlet Bridge
+            </description>
+        </archetype>
     </archetypes>
 </archetype-catalog>




More information about the jboss-cvs-commits mailing list