Create Java project with Maven archetype stacks-modules-parent-archetype

The parent for all Stacks modules

Create a Java Project by archetype stacks-modules-parent-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.amido.stacks.modules"   -DarchetypeArtifactId="stacks-modules-parent-archetype"   -DarchetypeVersion="1.0.2.1"   -DinteractiveMode=false 

Details about maven archetype stacks-modules-parent-archetype

GroupId

GroupId

com.amido.stacks.modules
ArtifactId

ArtifactId

stacks-modules-parent-archetype
Version

Version

1.0.2.1
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.amido.stacks.modules -DarchetypeArtifactId=stacks-modules-parent-archetype -DarchetypeVersion=1.0.2.1 -DinteractiveMode=false