Create Java project with Maven archetype ets-archetype-testng

A template for creating an executable test suite (ETS) based on the TestNG framework.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dets-code="My-ets-code"   -Dets-title="My-ets-title"   -Dets-title-short="My-ets-title-short"   -DgroupId="My-groupId"   -DartifactId="My-artifactId"   -Dpackage="My-package"   -Dversion="My-version"   -DarchetypeGroupId="org.opengis.cite"   -DarchetypeArtifactId="ets-archetype-testng"   -DarchetypeVersion="2.7"   -DinteractiveMode=false 

Required parameters for generate java project:

ets-code
validationRegex: none
ets-title
validationRegex: none
ets-title-short
validationRegex: none
groupId
validationRegex: none
artifactId
validationRegex: none
package
validationRegex: none
version
validationRegex: none

Details about maven archetype ets-archetype-testng

License

License

GroupId

GroupId

org.opengis.cite
ArtifactId

ArtifactId

ets-archetype-testng
Version

Version

2.7
Type

Type

maven-archetype
Description

Description

Test Suite Archetype - TestNG Framework
A template for creating an executable test suite (ETS) based on the TestNG framework.
Project URL

Project URL

http://opengeospatial.github.io/ets-archetype-testng/
Project Organization

Project Organization

Open Geospatial Consortium
Source Code Management

Source Code Management

https://github.com/opengeospatial/ets-archetype-testng

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.opengis.cite -DarchetypeArtifactId=ets-archetype-testng -DarchetypeVersion=2.7 -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.