Create Java project with Maven archetype weld-jsf-servlet-minimal

Weld archetype for creating an application using JSF 2.0 and CDI 1.0 for Servlet Containers (Tomcat 6 / Jetty 6)

Create a Java Project by archetype weld-jsf-servlet-minimal with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dversion="My-version"   -DarchetypeGroupId="org.jboss.weld.archetypes"   -DarchetypeArtifactId="weld-jsf-servlet-minimal"   -DarchetypeVersion="1.0.0-BETA1"   -DinteractiveMode=false 

Required parameters for generate java project:

version
validationRegex: none

Details about maven archetype weld-jsf-servlet-minimal

License

License

GroupId

GroupId

org.jboss.weld.archetypes
ArtifactId

ArtifactId

weld-jsf-servlet-minimal
Version

Version

1.0.0-BETA1
Type

Type

maven-archetype
Description

Description

Weld JSF/Servlet Archetype
Weld archetype for creating an application using JSF 2.0 and CDI 1.0 for Servlet Containers (Tomcat 6 / Jetty 6)
Project Organization

Project Organization

Seam Framework

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.jboss.weld.archetypes -DarchetypeArtifactId=weld-jsf-servlet-minimal -DarchetypeVersion=1.0.0-BETA1 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.