Создать Java проект на основе Maven архетипа 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.

Консольная команда для создания Java-проекта на основе архетипа unity7-maven-archetype:

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 

Обязательные параметры для создания java проекта:

unityVersion
validationRegex: нет

Модули в готовом maven проекте

  • custom-config
  • custom-i18n
  • custom-services
  • custom-webapp

Подробная информация об архетипе unity7-maven-archetype

Лицензия

Лицензия

Группа

Группа

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.
Ссылка на сайт

Ссылка на сайт

https://www.intellective.com/unity
Система контроля версий

Система контроля версий

https://github.com/intellectivelab/unity7-maven-archetype/tree/master

Как подключить последнюю версию

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.intellective.archetypes -DarchetypeArtifactId=unity7-maven-archetype -DarchetypeVersion=1.0.5 -DinteractiveMode=false

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.