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

Sample project for SeAuto: a bridge to Selenium from your favorite test framework.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.partnet.sample"   -DarchetypeArtifactId="seauto.junit.sample-archetype"   -DarchetypeVersion="0.9.1"   -DinteractiveMode=false 

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

Лицензия

Лицензия

Группа

Группа

com.partnet.sample
Идентификатор

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

seauto.junit.sample-archetype
Версия

Версия

0.9.1
Тип

Тип

maven-archetype
Описание

Описание

seauto.junit.sample-archetype
Sample project for SeAuto: a bridge to Selenium from your favorite test framework.
Ссылка на сайт

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

https://github.com/partnet/seauto-junit-sample
Система контроля версий

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

https://github.com/partnet/seauto-junit-sample.git

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.partnet.sample -DarchetypeArtifactId=seauto.junit.sample-archetype -DarchetypeVersion=0.9.1 -DinteractiveMode=false

Зависимости

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

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

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