Create Java project with Maven archetype appfuse-core-archetype


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

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

Details about maven archetype appfuse-core-archetype

GroupId

GroupId

org.appfuse.archetypes
ArtifactId

ArtifactId

appfuse-core-archetype
Version

Version

2.1.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-core-archetype -DarchetypeVersion=2.1.0 -DinteractiveMode=false