Create Java project with Maven archetype testmaker-archetype-pageobj

Framework for the construction of End To End Testcases based on Selenium WebDriver

Create a Java Project by archetype testmaker-archetype-pageobj with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.github.jorge2m"   -DarchetypeArtifactId="testmaker-archetype-pageobj"   -DarchetypeVersion="2.0.10"   -DinteractiveMode=false 

Details about maven archetype testmaker-archetype-pageobj

License

License

GroupId

GroupId

com.github.jorge2m
ArtifactId

ArtifactId

testmaker-archetype-pageobj
Version

Version

2.0.10
Type

Type

maven-archetype
Description

Description

Custom Maven Archetype
Framework for the construction of End To End Testcases based on Selenium WebDriver

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.jorge2m -DarchetypeArtifactId=testmaker-archetype-pageobj -DarchetypeVersion=2.0.10 -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.