Create Java project with Maven archetype sample-maven-archetype

Default server war dependencies

Create a Java Project by archetype sample-maven-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.apache.shindig"   -DarchetypeArtifactId="sample-maven-archetype"   -DarchetypeVersion="2.5.0-beta6"   -DinteractiveMode=false 

Details about maven archetype sample-maven-archetype

GroupId

GroupId

org.apache.shindig
ArtifactId

ArtifactId

sample-maven-archetype
Version

Version

2.5.0-beta6
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.shindig -DarchetypeArtifactId=sample-maven-archetype -DarchetypeVersion=2.5.0-beta6 -DinteractiveMode=false