Create Java project with Maven archetype io.wcm.qa.galenium.archetype

Galenium test automation library parent.

Create a Java Project by archetype io.wcm.qa.galenium.archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DprojectName="My-projectName"   -DgroupId="My-groupId"   -DartifactId="My-artifactId"   -Dversion="My-version"   -Dpackage="My-package"   -DarchetypeGroupId="io.wcm.qa"   -DarchetypeArtifactId="io.wcm.qa.galenium.archetype"   -DarchetypeVersion="4.0.0"   -DinteractiveMode=false 

Required parameters for generate java project:

projectName
validationRegex: ^[a-zA-Z0-9\-_]+$
groupId
validationRegex: ^[a-zA-Z0-9\.\-_]+$
artifactId
validationRegex: ^[a-zA-Z0-9\.\-_]+$
version
validationRegex: ^\d+(\.\d+){0,2}(\-SNAPSHOT)?$
package
validationRegex: ^[a-z0-9\.]+$

Generated Project modules

  • ${rootArtifactId}.parent
  • ${rootArtifactId}.specs
  • ${rootArtifactId}.tests

Details about maven archetype io.wcm.qa.galenium.archetype

License

License

GroupId

GroupId

io.wcm.qa
ArtifactId

ArtifactId

io.wcm.qa.galenium.archetype
Version

Version

4.0.0
Type

Type

maven-archetype
Description

Description

wcm.io Archetype for Galenium
Galenium test automation library parent.
Project URL

Project URL

http://maven.apache.org
Project Organization

Project Organization

wcm.io QA

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.wcm.qa -DarchetypeArtifactId=io.wcm.qa.galenium.archetype -DarchetypeVersion=4.0.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.