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"   -DjavaVersion="My-javaVersion"   -DarchetypeGroupId="ru.stqa.selenium"   -DarchetypeArtifactId="webdriver-testng-archetype"   -DarchetypeVersion="4.5"   -DinteractiveMode=false 

Required parameters for generate java project:

javaVersion
validationRegex: none

Details about maven archetype webdriver-testng-archetype

License

License

GroupId

GroupId

ru.stqa.selenium
ArtifactId

ArtifactId

webdriver-testng-archetype
Version

Version

4.5
Type

Type

maven-archetype
Description

Description

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

Project URL

https://github.com/barancev/webdriver-testng-archetype
Source Code Management

Source Code Management

https://github.com/barancev/webdriver-testng-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=4.5 -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.