Создать Java проект на основе Maven архетипа testAutomation

An archetype for test automation projects

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="hu.meza.tools"   -DarchetypeArtifactId="testAutomation"   -DarchetypeVersion="1.0"   -DinteractiveMode=false 

Подробная информация об архетипе testAutomation

Лицензия

Лицензия

Группа

Группа

hu.meza.tools
Идентификатор

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

testAutomation
Версия

Версия

1.0
Тип

Тип

maven-archetype
Описание

Описание

testAutomation
An archetype for test automation projects
Ссылка на сайт

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

https://github.com/meza/testAutomationArchetype

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=hu.meza.tools -DarchetypeArtifactId=testAutomation -DarchetypeVersion=1.0 -DinteractiveMode=false

Зависимости

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

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

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