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

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

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DjavaVersion="My-javaVersion"   -DarchetypeGroupId="ru.stqa.selenium"   -DarchetypeArtifactId="webdriver-junit5-archetype"   -DarchetypeVersion="4.5"   -DinteractiveMode=false 

Обязательные параметры для создания java проекта:

javaVersion
validationRegex: нет

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

Лицензия

Лицензия

Группа

Группа

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

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

webdriver-junit5-archetype
Версия

Версия

4.5
Тип

Тип

maven-archetype
Описание

Описание

WebDriver JUnit5 Archetype
Archetype for a Maven project intended to develop tests with Selenium WebDriver and JUnit5
Ссылка на сайт

Ссылка на сайт

https://github.com/barancev/webdriver-junit5-archetype
Система контроля версий

Система контроля версий

https://github.com/barancev/webdriver-junit5-archetype

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.