Create Java project with Maven archetype javaee8-jsf

Maven Archetype for bootstrapping Java EE 8 JSF applications

Create a Java Project by archetype javaee8-jsf with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="de.rieckpil.archetypes"   -DarchetypeArtifactId="javaee8-jsf"   -DarchetypeVersion="2.1.2"   -DinteractiveMode=false 

Details about maven archetype javaee8-jsf

License

License

GroupId

GroupId

de.rieckpil.archetypes
ArtifactId

ArtifactId

javaee8-jsf
Version

Version

2.1.2
Type

Type

maven-archetype
Description

Description

Java EE 8 JSF Archetype
Maven Archetype for bootstrapping Java EE 8 JSF applications
Project Organization

Project Organization

Philip Riecks

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=de.rieckpil.archetypes -DarchetypeArtifactId=javaee8-jsf -DarchetypeVersion=2.1.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.