Create Java project with Maven archetype selenide-junit5-archetype

This archetype generates a sample Selenide (http://selenide.org) project

Create a Java Project by archetype selenide-junit5-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dselenide_version="My-selenide_version"   -DarchetypeGroupId="org.selenide"   -DarchetypeArtifactId="selenide-junit5-archetype"   -DarchetypeVersion="0.9.3"   -DinteractiveMode=false 

Required parameters for generate java project:

selenide_version
validationRegex: \d+.\d+(\.\d+)?

Details about maven archetype selenide-junit5-archetype

License

License

GroupId

GroupId

org.selenide
ArtifactId

ArtifactId

selenide-junit5-archetype
Version

Version

0.9.3
Type

Type

maven-archetype
Description

Description

Selenide JUnit5 simple example project
This archetype generates a sample Selenide (http://selenide.org) project
Project URL

Project URL

https://github.com/vinogradoff/selenide-junit5-archetype
Source Code Management

Source Code Management

http://github.com/vinogradoff/selenide-junit5-archetype/tree/master

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.selenide -DarchetypeArtifactId=selenide-junit5-archetype -DarchetypeVersion=0.9.3 -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.