Create Java project with Maven archetype jee8webapp-fcgp-maven-archetype

Custom JSF 2.3 + Primefaces + JPA config for Wildfly 20.0 Maven Archetype

Create a Java Project by archetype jee8webapp-fcgp-maven-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.bitbucket.fredguedespereira"   -DarchetypeArtifactId="jee8webapp-fcgp-maven-archetype"   -DarchetypeVersion="2.0.0"   -DinteractiveMode=false 

Details about maven archetype jee8webapp-fcgp-maven-archetype

License

License

GroupId

GroupId

org.bitbucket.fredguedespereira
ArtifactId

ArtifactId

jee8webapp-fcgp-maven-archetype
Version

Version

2.0.0
Type

Type

maven-archetype
Description

Description

jee8webapp-fcgp-maven-archetype
Custom JSF 2.3 + Primefaces + JPA config for Wildfly 20.0 Maven Archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.bitbucket.fredguedespereira -DarchetypeArtifactId=jee8webapp-fcgp-maven-archetype -DarchetypeVersion=2.0.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.