Create Java project with Maven archetype webdriver-testng-archetype

Archetype for a Maven project intended to develop tests with Selenium WebDriver and TestNG

Create a Java Project by archetype webdriver-testng-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="ru.stqa.selenium"   -DarchetypeArtifactId="webdriver-testng-archetype"   -DarchetypeVersion="1.1.46"   -DinteractiveMode=false 

Details about maven archetype webdriver-testng-archetype

GroupId

GroupId

ru.stqa.selenium
ArtifactId

ArtifactId

webdriver-testng-archetype
Version

Version

1.1.46
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=ru.stqa.selenium -DarchetypeArtifactId=webdriver-testng-archetype -DarchetypeVersion=1.1.46 -DinteractiveMode=false