mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.glassfish.jersey.archetypes" -DarchetypeArtifactId="jersey-quickstart-webapp" -DarchetypeVersion="2.33" -DinteractiveMode=false
| GroupId | GroupIdorg.glassfish.jersey.archetypes |
|---|---|
| ArtifactId | ArtifactIdjersey-quickstart-webapp |
| Version | Version2.33 |
| Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.glassfish.jersey.archetypes -DarchetypeArtifactId=jersey-quickstart-webapp -DarchetypeVersion=2.33 -DinteractiveMode=false