Создать Java проект на основе Maven архетипа ui-automation-bootstrap

A template for selenium based ui automation projects using selenide

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DgroupId="My-groupId"   -DartifactId="My-artifactId"   -Dversion="My-version"   -Dpackage="My-package"   -Dgitignore="My-gitignore"   -DjavaVersion="My-javaVersion"   -Dmockserver="My-mockserver"   -Dreports="My-reports"   -Dsonarqube="My-sonarqube"   -Dcheckstyle="My-checkstyle"   -Dgithub-actions="My-github-actions"   -Dtravis="My-travis"   -Djenkins="My-jenkins"   -DarchetypeGroupId="com.github.sergiomartins8"   -DarchetypeArtifactId="ui-automation-bootstrap"   -DarchetypeVersion="1.6.1"   -DinteractiveMode=false 

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

groupId
validationRegex: ^[a-zA-Z0-9\.\-_]+$
artifactId
validationRegex: ^[a-zA-Z0-9\.\-_]+$
version
validationRegex: ^\d+(\.\d+){0,2}(\-SNAPSHOT)?$
package
validationRegex: ^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$
gitignore
validationRegex: нет
javaVersion
validationRegex: ^(8|11)$
mockserver
validationRegex: ^(true|false)$
reports
validationRegex: ^(true|false)$
sonarqube
validationRegex: ^(true|false)$
checkstyle
validationRegex: ^(true|false)$
github-actions
validationRegex: ^(true|false)$
travis
validationRegex: ^(true|false)$
jenkins
validationRegex: ^(true|false)$

Подробная информация об архетипе ui-automation-bootstrap

Лицензия

Лицензия

Группа

Группа

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

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

ui-automation-bootstrap
Версия

Версия

1.6.1
Тип

Тип

maven-archetype
Описание

Описание

ui-automation-bootstrap
A template for selenium based ui automation projects using selenide
Ссылка на сайт

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

https://github.com/sergiomartins8/ui-automation-bootstrap
Система контроля версий

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

https://github.com/sergiomartins8/ui-automation-bootstrap

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.sergiomartins8 -DarchetypeArtifactId=ui-automation-bootstrap -DarchetypeVersion=1.6.1 -DinteractiveMode=false

Зависимости

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

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

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