Создать Java проект на основе Maven архетипа enunciate-simple-archetype


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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.webcohesion.enunciate"   -DarchetypeArtifactId="enunciate-simple-archetype"   -DarchetypeVersion="2.0.0-M.5"   -DinteractiveMode=false 

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

Группа

Группа

com.webcohesion.enunciate
Идентификатор

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

enunciate-simple-archetype
Версия

Версия

2.0.0-M.5
Тип

Тип

maven-archetype

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.webcohesion.enunciate -DarchetypeArtifactId=enunciate-simple-archetype -DarchetypeVersion=2.0.0-M.5 -DinteractiveMode=false