Create Java project with Maven archetype stacks-core-api-archetype

Core API components for the Java Stacks solution

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

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

Details about maven archetype stacks-core-api-archetype

GroupId

GroupId

com.amido.stacks.modules
ArtifactId

ArtifactId

stacks-core-api-archetype
Version

Version

1.0.0
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-core-api-archetype -DarchetypeVersion=1.0.0 -DinteractiveMode=false