MVN

net.sourceforge.testxng : maven-testxng-plugin

Maven & Gradle

Mar 09, 2014

TestXNG Plugin for Maven · Maven-plugin for TestXNG

<plugin>
    <groupId>net.sourceforge.testxng</groupId>
    <artifactId>maven-testxng-plugin</artifactId>
    <version>0.7.99.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.testxng : maven-testxng-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.7.99.2

All Versions

Choose a version of net.sourceforge.testxng : maven-testxng-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.7.x
maven-testxng-plugin-0.7.99.2
maven-testxng-plugin-0.7.99.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>net.sourceforge.testxng</groupId>
    <artifactId>maven-testxng-plugin</artifactId>
    <version>0.7.99.2</version>
</plugin>