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"   -DarchetypeGroupId="org.selenide"   -DarchetypeArtifactId="selenide-junit5-archetype"   -DarchetypeVersion="0.8.1"   -DinteractiveMode=false 

Details about maven archetype selenide-junit5-archetype

GroupId

GroupId

org.selenide
ArtifactId

ArtifactId

selenide-junit5-archetype
Version

Version

0.8.1
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.selenide -DarchetypeArtifactId=selenide-junit5-archetype -DarchetypeVersion=0.8.1 -DinteractiveMode=false