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.1"   -DinteractiveMode=false 

Required parameters for generate java project:

app-engine-version
validationRegex: none

Details about maven archetype gae-jersey-guice-archetype

License

License

GroupId

GroupId

com.tectonica
ArtifactId

ArtifactId

gae-jersey-guice-archetype
Version

Version

1.1
Type

Type

maven-archetype
Description

Description

gae-jersey-guice-archetype
Maven archetype for generating skeleton Google-App-engine application that uses Jersey, Jackson and Guice
Project URL

Project URL

https://github.com/zach-m/gae-jersey-guice-archetype
Project Organization

Project Organization

Tectonica Labs
Source Code Management

Source Code Management

https://github.com/zach-m/gae-jersey-guice-archetype.git

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.1 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.