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