Создать 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.11.0"   -DinteractiveMode=false 

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

Лицензия

Лицензия

The MIT License (MIT)
Группа

Группа

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

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

testng-selenium-archetype
Версия

Версия

0.11.0
Тип

Тип

maven-archetype
Описание

Описание

TestNG Selenium Archetype
Quickly get up and running with testng-selenium.
Ссылка на сайт

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

https://github.com/jsdevel/java-testng-selenium-archetype

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

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

Зависимости

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

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

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