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

Archetype for a Maven project intended to develop tests with Selenium WebDriver and JUnit

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="ru.stqa.selenium"   -DarchetypeArtifactId="webdriver-junit-archetype"   -DarchetypeVersion="2.0"   -DinteractiveMode=false 

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

Группа

Группа

ru.stqa.selenium
Идентификатор

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

webdriver-junit-archetype
Версия

Версия

2.0
Тип

Тип

maven-archetype

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=ru.stqa.selenium -DarchetypeArtifactId=webdriver-junit-archetype -DarchetypeVersion=2.0 -DinteractiveMode=false