Create Java project with Maven archetype jersey-heroku-webapp

An archetype which contains a quick start Jersey-based web application project capable to run on Heroku.

Create a Java Project by archetype jersey-heroku-webapp with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.glassfish.jersey.archetypes"   -DarchetypeArtifactId="jersey-heroku-webapp"   -DarchetypeVersion="3.1.0-M3"   -DinteractiveMode=false 

Details about maven archetype jersey-heroku-webapp

License

License

jQuery license
GroupId

GroupId

org.glassfish.jersey.archetypes
ArtifactId

ArtifactId

jersey-heroku-webapp
Version

Version

3.1.0-M3
Type

Type

maven-archetype
Description

Description

jersey-archetype-heroku-webapp
An archetype which contains a quick start Jersey-based web application project capable to run on Heroku.
Project URL

Project URL

https://projects.eclipse.org/projects/ee4j.jersey/jersey-heroku-webapp
Project Organization

Project Organization

Eclipse Foundation

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.glassfish.jersey.archetypes -DarchetypeArtifactId=jersey-heroku-webapp -DarchetypeVersion=3.1.0-M3 -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.