Create Java project with Maven archetype gae-jersey-guice-archetype

Maven archetype for generating skeleton Google-App-engine application that uses Jersey, Jackson and Guice

Create a Java Project by archetype gae-jersey-guice-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dapp-engine-version="My-app-engine-version"   -DarchetypeGroupId="com.tectonica"   -DarchetypeArtifactId="gae-jersey-guice-archetype"   -DarchetypeVersion="1.0"   -DinteractiveMode=false 

Required parameters for generate java project:

app-engine-version
validationRegex: none

Details about maven archetype gae-jersey-guice-archetype

GroupId

GroupId

com.tectonica
ArtifactId

ArtifactId

gae-jersey-guice-archetype
Version

Version

1.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.tectonica -DarchetypeArtifactId=gae-jersey-guice-archetype -DarchetypeVersion=1.0 -DinteractiveMode=false