Author: fbricon
Date: 2011-11-15 07:55:51 -0500 (Tue, 15 Nov 2011)
New Revision: 36345
Modified:
trunk/download.jboss.org/jbosstools/examples/project-examples-maven-3.3.xml
Log:
Add new Richfaces archetype
Modified:
trunk/download.jboss.org/jbosstools/examples/project-examples-maven-3.3.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/examples/project-examples-maven-3.3.xml 2011-11-15
12:22:32 UTC (rev 36344)
+++
trunk/download.jboss.org/jbosstools/examples/project-examples-maven-3.3.xml 2011-11-15
12:55:51 UTC (rev 36345)
@@ -353,8 +353,8 @@
<category>Java EE 6 Quickstarts</category>
<name>jboss-javaee6-poh5-archetype</name>
<included-projects>jboss-javaee6-poh5</included-projects>
- <shortDescription>Java EE 6 Plain Old HTML5 Webapp (Maven
archetype)</shortDescription>
- <description>An archetype that generates a starter Java EE 6 Plain Old HTML5
(POH5) webapp project for JBoss AS 7 / EAP 6</description>
+ <shortDescription>Java EE 6 HTML5 Mobile Webapp (Maven
archetype)</shortDescription>
+ <description>An archetype that generates a Java EE 6 HTML5 Mobile Webapp project
for JBoss AS 7 / EAP 6</description>
<size>165567</size>
<url/>
<fixes>
@@ -390,10 +390,103 @@
<archetypeVersion>7.0.2-SNAPSHOT</archetypeVersion>
<
archetypeRepository>http://anonsvn.jboss.org/repos/jbosstools/workspac...
<groupId>org.jboss.tools.example</groupId>
- <artifactId>poh5</artifactId>
+ <artifactId>html5-webapp</artifactId>
<version>0.0.1-SNAPSHOT</version>
- <javaPackage>org.jboss.tools.example.poh5</javaPackage>
+ <javaPackage>org.jboss.tools.example.html5</javaPackage>
</mavenArchetype>
- <!--targetProjectFacet facet="jst.ear" version="6.0"/-->
</project>
+ <!-- Temporary Spring MVC project - replace with Marius' new archetype when
it's ready -->
+ <project>
+ <category>Java EE 6 Quickstarts</category>
+ <name>spring-mvc-webapp</name>
+ <included-projects>spring-mvc-webapp</included-projects>
+ <shortDescription>Java EE 6 - Spring MVC Application (Maven
archetype)</shortDescription>
+ <description>An archetype that generates a starter Spring MVC application with
Java EE persistence settings (server bootstrapped JPA, JTA transaction management) for
JBoss AS7 / EAP 6</description>
+ <size>165567</size>
+ <url/>
+ <fixes>
+ <fix type="wtpruntime">
+ <property name="allowed-types">org.jboss.ide.eclipse.as.runtime.70,
org.jboss.ide.eclipse.as.runtime.eap.60</property>
+ <property name="description">This project example requires JBoss AS
7.0</property>
+ <property
name="downloadId">org.jboss.tools.runtime.core.as.702</property>
+ </fix>
+ <fix type="plugin">
+ <property name="id">org.eclipse.m2e.core</property>
+ <property name="versions">[1.0.0,1.2.0)</property>
+ <property name="description">This project example requires m2e
>= 1.0.</property>
+ <property
name="connectorIds">org.eclipse.m2e.feature</property>
+ </fix>
+ <fix type="plugin">
+ <property name="id">org.maven.ide.eclipse.wtp</property>
+ <property name="versions">[0.13.1,0.15.0)</property>
+ <property name="description">This project example requires
m2eclipse-wtp >= 0.13.1.</property>
+ <property
name="connectorIds">org.maven.ide.eclipse.wtp</property>
+ </fix>
+ <fix type="plugin">
+ <property name="id">org.jboss.tools.maven.core</property>
+ <property name="versions">[1.3.0,1.4.0)</property>
+ <property name="description">This project example requires JBoss
Maven Tools.</property>
+ <property
name="connectorIds">org.jboss.tools.maven.feature,org.jboss.tools.maven.cdi.feature</property>
+ </fix>
+ </fixes>
+ <importType>mavenArchetype</importType>
+ <importTypeDescription>The project example requires the m2e, m2eclipse-wtp and
JBoss Maven Integration feature.</importTypeDescription>
+ <mavenArchetype>
+ <archetypeGroupId>org.jboss.spring.archetypes</archetypeGroupId>
+ <archetypeArtifactId>spring-mvc-webapp</archetypeArtifactId>
+ <archetypeVersion>1.0.0-SNAPSHOT</archetypeVersion>
+ <
archetypeRepository>http://anonsvn.jboss.org/repos/jbosstools/workspac...
+ <groupId>org.jboss.tools.example</groupId>
+ <artifactId>spring-mvc-webapp</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <javaPackage>org.jboss.tools.example.springmvc</javaPackage>
+ </mavenArchetype>
+ </project>
+ <!-- Richfaces project -->
+ <project>
+ <category>Java EE 6 Quickstarts</category>
+ <name>richfaces-archetype-simpleapp</name>
+ <included-projects>richfaces-archetype-simpleapp</included-projects>
+ <shortDescription>Java EE 6 - RichFaces Simple Application (Maven
archetype)</shortDescription>
+ <description>An archetype that generates a simple Richfaces
application</description>
+ <size>165567</size>
+ <url/>
+ <fixes>
+ <fix type="wtpruntime">
+ <property name="allowed-types">org.jboss.ide.eclipse.as.runtime.70,
org.jboss.ide.eclipse.as.runtime.eap.60</property>
+ <property name="description">This project example requires JBoss AS
7.0</property>
+ <property
name="downloadId">org.jboss.tools.runtime.core.as.702</property>
+ </fix>
+ <fix type="plugin">
+ <property name="id">org.eclipse.m2e.core</property>
+ <property name="versions">[1.0.0,1.2.0)</property>
+ <property name="description">This project example requires m2e
>= 1.0.</property>
+ <property
name="connectorIds">org.eclipse.m2e.feature</property>
+ </fix>
+ <fix type="plugin">
+ <property name="id">org.maven.ide.eclipse.wtp</property>
+ <property name="versions">[0.13.1,0.15.0)</property>
+ <property name="description">This project example requires
m2eclipse-wtp >= 0.13.1.</property>
+ <property
name="connectorIds">org.maven.ide.eclipse.wtp</property>
+ </fix>
+ <fix type="plugin">
+ <property name="id">org.jboss.tools.maven.core</property>
+ <property name="versions">[1.3.0,1.4.0)</property>
+ <property name="description">This project example requires JBoss
Maven Tools.</property>
+ <property
name="connectorIds">org.jboss.tools.maven.feature,org.jboss.tools.maven.cdi.feature</property>
+ </fix>
+ </fixes>
+ <importType>mavenArchetype</importType>
+ <importTypeDescription>The project example requires the m2e, m2eclipse-wtp and
JBoss Maven Integration feature.</importTypeDescription>
+ <mavenArchetype>
+ <archetypeGroupId>org.richfaces.archetypes</archetypeGroupId>
+ <archetypeArtifactId>richfaces-archetype-simpleapp</archetypeArtifactId>
+ <archetypeVersion>4.1.0-SNAPSHOT</archetypeVersion>
+ <
archetypeRepository>http://repository.jboss.org/nexus/content/reposito...
+ <groupId>org.jboss.tools.example</groupId>
+ <artifactId>richfaces-webapp</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <javaPackage>org.jboss.tools.example.richfaces</javaPackage>
+ </mavenArchetype>
+ </project>
</projects>