Create Java project with Maven archetype java11-jsf-primefaces-archetype

This archetype creates a project to use JSF with java 11 with primefaces.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="io.github.datenmuehle"   -DarchetypeArtifactId="java11-jsf-primefaces-archetype"   -DarchetypeVersion="1.0"   -DinteractiveMode=false 

Details about maven archetype java11-jsf-primefaces-archetype

License

License

GroupId

GroupId

io.github.datenmuehle
ArtifactId

ArtifactId

java11-jsf-primefaces-archetype
Version

Version

1.0
Type

Type

maven-archetype
Description

Description

io.github.datenmuehle:java11-jsf-primefaces-archetype
This archetype creates a project to use JSF with java 11 with primefaces.
Project URL

Project URL

https://github.com/datenmuehle

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.github.datenmuehle -DarchetypeArtifactId=java11-jsf-primefaces-archetype -DarchetypeVersion=1.0 -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.