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

Quickly get up and running with testng-selenium.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.github.jsdevel"   -DarchetypeArtifactId="testng-selenium-archetype"   -DarchetypeVersion="0.10.16"   -DinteractiveMode=false 

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

Группа

Группа

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

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

testng-selenium-archetype
Версия

Версия

0.10.16
Тип

Тип

maven-archetype

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.jsdevel -DarchetypeArtifactId=testng-selenium-archetype -DarchetypeVersion=0.10.16 -DinteractiveMode=false