Create Java project with Maven archetype appfuse-modular-jsf-archetype

AppFuse is a full-stack framework for building web applications on the JVM.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.appfuse.archetypes"   -DarchetypeArtifactId="appfuse-modular-jsf-archetype"   -DarchetypeVersion="3.5.0"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}-core
  • ${rootArtifactId}-web

Details about maven archetype appfuse-modular-jsf-archetype

License

License

GroupId

GroupId

org.appfuse.archetypes
ArtifactId

ArtifactId

appfuse-modular-jsf-archetype
Version

Version

3.5.0
Type

Type

maven-archetype
Description

Description

appfuse-modular-jsf-archetype
AppFuse is a full-stack framework for building web applications on the JVM.

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-modular-jsf-archetype -DarchetypeVersion=3.5.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.