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


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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.github.mkolisnyk"   -DarchetypeArtifactId="aerial-cucumber-testng-archetype"   -DarchetypeVersion="0.0.4"   -DinteractiveMode=false 

Подробная информация об архетипе aerial-cucumber-testng-archetype

Группа

Группа

com.github.mkolisnyk
Идентификатор

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

aerial-cucumber-testng-archetype
Версия

Версия

0.0.4
Тип

Тип

maven-archetype

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.mkolisnyk -DarchetypeArtifactId=aerial-cucumber-testng-archetype -DarchetypeVersion=0.0.4 -DinteractiveMode=false