Create Java project with Maven archetype jersey-quickstart-grizzly2

An archetype which contains a quick start Jersey project based on Grizzly container.

Create a Java Project by archetype jersey-quickstart-grizzly2 with Command Line:

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

Details about maven archetype jersey-quickstart-grizzly2

License

License

jQuery license
GroupId

GroupId

org.glassfish.jersey.archetypes
ArtifactId

ArtifactId

jersey-quickstart-grizzly2
Version

Version

3.1.0-M3
Type

Type

maven-archetype
Description

Description

jersey-archetype-grizzly2
An archetype which contains a quick start Jersey project based on Grizzly container.
Project URL

Project URL

https://projects.eclipse.org/projects/ee4j.jersey/jersey-quickstart-grizzly2
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-quickstart-grizzly2 -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.