Create Java project with Maven archetype weld-jsf-jee

Weld archetype for creating a Java EE 6 application using JSF 2.0, CDI 1.0, EJB 3.1 and JPA 2.0 (persistence unit included)

Create a Java Project by archetype weld-jsf-jee 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-jee"   -DarchetypeVersion="1.0.0-BETA1"   -DinteractiveMode=false 

Required parameters for generate java project:

version
validationRegex: none

Details about maven archetype weld-jsf-jee

License

License

GroupId

GroupId

org.jboss.weld.archetypes
ArtifactId

ArtifactId

weld-jsf-jee
Version

Version

1.0.0-BETA1
Type

Type

maven-archetype
Description

Description

Java EE 6 Archetype
Weld archetype for creating a Java EE 6 application using JSF 2.0, CDI 1.0, EJB 3.1 and JPA 2.0 (persistence unit included)
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-jee -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.