mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.actframework" -DarchetypeArtifactId="archetype-simple-restful-service" -DarchetypeVersion="1.8.13.0" -DinteractiveMode=false
| Группа | Группаorg.actframework |
|---|---|
| Идентификатор | Идентификаторarchetype-simple-restful-service |
| Версия | Версия1.8.13.0 |
| Тип | Типmaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.actframework -DarchetypeArtifactId=archetype-simple-restful-service -DarchetypeVersion=1.8.13.0 -DinteractiveMode=false