Создать Java проект на основе Maven архетипа template-messaging-service

Maven archetype for the generation of a GITB-compliant messaging service.

Консольная команда для создания Java-проекта на основе архетипа template-messaging-service:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="eu.europa.ec.itb"   -DarchetypeArtifactId="template-messaging-service"   -DarchetypeVersion="1.15.0"   -DinteractiveMode=false 

Подробная информация об архетипе template-messaging-service

Лицензия

Лицензия

Группа

Группа

eu.europa.ec.itb
Идентификатор

Идентификатор

template-messaging-service
Версия

Версия

1.15.0
Тип

Тип

maven-archetype
Описание

Описание

eu.europa.ec.itb:template-messaging-service
Maven archetype for the generation of a GITB-compliant messaging service.
Ссылка на сайт

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

https://joinup.ec.europa.eu/solution/interoperability-test-bed/about
Система контроля версий

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

https://github.com/ISAITB/template-messaging-service

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=eu.europa.ec.itb -DarchetypeArtifactId=template-messaging-service -DarchetypeVersion=1.15.0 -DinteractiveMode=false

Зависимости

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

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

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