Create Java project with Maven archetype testng-selenium-archetype

Quickly get up and running with testng-selenium.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.github.jsdevel"   -DarchetypeArtifactId="testng-selenium-archetype"   -DarchetypeVersion="0.10.16"   -DinteractiveMode=false 

Details about maven archetype testng-selenium-archetype

GroupId

GroupId

com.github.jsdevel
ArtifactId

ArtifactId

testng-selenium-archetype
Version

Version

0.10.16
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.jsdevel -DarchetypeArtifactId=testng-selenium-archetype -DarchetypeVersion=0.10.16 -DinteractiveMode=false