Create Java project with Maven archetype jboss-jsf-weld-servlet-webapp

An archetype that generates a starter JSF webapp project with CDI capabilities for Servlet containers

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dname="My-name"   -DarchetypeGroupId="org.jboss.weld.archetypes"   -DarchetypeArtifactId="jboss-jsf-weld-servlet-webapp"   -DarchetypeVersion="1.0.1.Beta1"   -DinteractiveMode=false 

Required parameters for generate java project:

name
validationRegex: none

Details about maven archetype jboss-jsf-weld-servlet-webapp

License

License

GroupId

GroupId

org.jboss.weld.archetypes
ArtifactId

ArtifactId

jboss-jsf-weld-servlet-webapp
Version

Version

1.0.1.Beta1
Type

Type

maven-archetype
Description

Description

JBoss JSF and CDI Servlet Webapp
An archetype that generates a starter JSF webapp project with CDI capabilities for Servlet containers
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=jboss-jsf-weld-servlet-webapp -DarchetypeVersion=1.0.1.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.