Create Java project with Maven archetype javax.faces-war-archetype

A simple project with war packaging that depends on JSF 2.2 and javaee 6, in that order.

Create a Java Project by archetype javax.faces-war-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="javax.faces"   -DarchetypeArtifactId="javax.faces-war-archetype"   -DarchetypeVersion="2.2"   -DinteractiveMode=false 

Details about maven archetype javax.faces-war-archetype

License

License

GroupId

GroupId

javax.faces
ArtifactId

ArtifactId

javax.faces-war-archetype
Version

Version

2.2
Type

Type

maven-archetype
Description

Description

javax.faces-war-archetype
A simple project with war packaging that depends on JSF 2.2 and javaee 6, in that order.
Project Organization

Project Organization

Oracle America, Inc

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=javax.faces -DarchetypeArtifactId=javax.faces-war-archetype -DarchetypeVersion=2.2 -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.