Создать 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.7.2"   -DinteractiveMode=false 

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

Группа

Группа

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

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

template-messaging-service
Версия

Версия

1.7.2
Тип

Тип

maven-archetype

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

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