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

AppFuse Web Frameworks: JSF, Spring MVC, Struts 2 and Tapestry.

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

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

Details about maven archetype appfuse-basic-jsf-archetype

License

License

GroupId

GroupId

org.appfuse.archetypes
ArtifactId

ArtifactId

appfuse-basic-jsf-archetype
Version

Version

3.5.0
Type

Type

maven-archetype
Description

Description

appfuse-basic-jsf-archetype
AppFuse Web Frameworks: JSF, Spring MVC, Struts 2 and Tapestry.

How to add to project

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