Create Java project with Maven archetype shelbie-command-archetype


Create a Java Project by archetype shelbie-command-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.ow2.shelbie"   -DarchetypeArtifactId="shelbie-command-archetype"   -DarchetypeVersion="2.0.0-M1"   -DinteractiveMode=false 

Details about maven archetype shelbie-command-archetype

GroupId

GroupId

org.ow2.shelbie
ArtifactId

ArtifactId

shelbie-command-archetype
Version

Version

2.0.0-M1
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.ow2.shelbie -DarchetypeArtifactId=shelbie-command-archetype -DarchetypeVersion=2.0.0-M1 -DinteractiveMode=false