maven-cm-plugin Maven Mojo

A configuration manager tailored for functional testing with TestNG.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

ch.racic.testing
ArtifactId

ArtifactId

maven-cm-plugin
Last Version

Last Version

0.14.0
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

maven-cm-plugin Maven Mojo
A configuration manager tailored for functional testing with TestNG.

Download maven-cm-plugin

How to add to project

<plugin>
    <groupId>ch.racic.testing</groupId>
    <artifactId>maven-cm-plugin</artifactId>
    <version>0.14.0</version>
</plugin>

Dependencies

compile (5)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.2.2
org.apache.maven : maven-project jar 2.2.1
org.apache.maven : maven-model jar 3.2.2
ch.racic.testing : test-configuration-manager jar 0.14.0
org.apache.velocity : velocity jar 1.7

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.3

test (5)

Group / Artifact Type Version
org.apache.maven.plugin-testing : maven-plugin-testing-harness jar 3.2.0
org.apache.maven : maven-aether-provider jar 3.2.2
org.apache.maven : maven-core jar 3.2.2
org.apache.maven : maven-compat jar 3.2.2
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

TestConfigurationManager

A configuration manager tailored for functional testing with TestNG.

<dependency>
  <groupId>ch.racic.testing</groupId>
  <artifactId>test-configuration-manager</artifactId>
  <version>0.16.0</version>
</dependency>

There was no time for a special documentation yet, please take a look at the unit tests and use the javadoc as documentation.

Experimental property class generator with names constants

Note that this part is not completely finished and has no unit tests yet, hence extremely experimental ;-)

<dependency>
  <groupId>ch.racic.testing</groupId>
  <artifactId>cm-maven-plugin</artifactId>
  <version>0.16.0</version>
</dependency>

Versions

Version
0.14.0
0.13.2