mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="eu.europa.ec.itb" -DarchetypeArtifactId="template-messaging-service" -DarchetypeVersion="1.4.1" -DinteractiveMode=false
| Группа | Группаeu.europa.ec.itb |
|---|---|
| Идентификатор | Идентификаторtemplate-messaging-service |
| Версия | Версия1.4.1 |
| Тип | Типmaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=eu.europa.ec.itb -DarchetypeArtifactId=template-messaging-service -DarchetypeVersion=1.4.1 -DinteractiveMode=false