Create Java project with Maven archetype ui-automation-bootstrap

A template for selenium based ui automation projects using selenide

Create a Java Project by archetype ui-automation-bootstrap with Command Line:

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 

Required parameters for generate java project:

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: none
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)$

Details about maven archetype ui-automation-bootstrap

License

License

GroupId

GroupId

com.github.sergiomartins8
ArtifactId

ArtifactId

ui-automation-bootstrap
Version

Version

1.6.1
Type

Type

maven-archetype
Description

Description

ui-automation-bootstrap
A template for selenium based ui automation projects using selenide
Project URL

Project URL

https://github.com/sergiomartins8/ui-automation-bootstrap
Source Code Management

Source Code Management

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

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.