Create Java project with Maven archetype webdriverextensions-archetype-quickstart

Use this archetype to create a new Page Object Pattern based WebDriver Extension project.

Create a Java Project by archetype webdriverextensions-archetype-quickstart with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DsiteUrl="My-siteUrl"   -DsiteName="My-siteName"   -DarchetypeGroupId="com.github.webdriverextensions"   -DarchetypeArtifactId="webdriverextensions-archetype-quickstart"   -DarchetypeVersion="3.4.0"   -DinteractiveMode=false 

Required parameters for generate java project:

siteUrl
validationRegex: none
siteName
validationRegex: none

Details about maven archetype webdriverextensions-archetype-quickstart

GroupId

GroupId

com.github.webdriverextensions
ArtifactId

ArtifactId

webdriverextensions-archetype-quickstart
Version

Version

3.4.0
Type

Type

maven-archetype
Description

Description

WebDriver Extension Archetype Quickstart
Use this archetype to create a new Page Object Pattern based WebDriver Extension project.
Project URL

Project URL

https://github.com/webdriverextensions/webdriverextensions-archetype-quickstart

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.webdriverextensions -DarchetypeArtifactId=webdriverextensions-archetype-quickstart -DarchetypeVersion=3.4.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.