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.11.0"   -DinteractiveMode=false 

Details about maven archetype testng-selenium-archetype

License

License

The MIT License (MIT)
GroupId

GroupId

com.github.jsdevel
ArtifactId

ArtifactId

testng-selenium-archetype
Version

Version

0.11.0
Type

Type

maven-archetype
Description

Description

TestNG Selenium Archetype
Quickly get up and running with testng-selenium.
Project URL

Project URL

https://github.com/jsdevel/java-testng-selenium-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.11.0 -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.