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