mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.glassfish.jersey.archetypes" -DarchetypeArtifactId="jersey-quickstart-webapp" -DarchetypeVersion="2.31" -DinteractiveMode=false
| Группа | Группаorg.glassfish.jersey.archetypes |
|---|---|
| Идентификатор | Идентификаторjersey-quickstart-webapp |
| Версия | Версия2.31 |
| Тип | Типmaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.glassfish.jersey.archetypes -DarchetypeArtifactId=jersey-quickstart-webapp -DarchetypeVersion=2.31 -DinteractiveMode=false