mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DunityVersion="My-unityVersion" -DarchetypeGroupId="com.intellective.archetypes" -DarchetypeArtifactId="unity7-maven-archetype" -DarchetypeVersion="1.0.5" -DinteractiveMode=false
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.intellective.archetypes |
| Идентификатор | Идентификаторunity7-maven-archetype |
| Версия | Версия1.0.5 |
| Тип | Типmaven-archetype |
| Описание |
Описаниеunity7-maven-archetype
Unity 7 Archetype allows to create a structure for the application project based on the platform.
It includes multi-module Maven project, a module for handling configuration, and
the Docker image module.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.intellective.archetypes -DarchetypeArtifactId=unity7-maven-archetype -DarchetypeVersion=1.0.5 -DinteractiveMode=false