MVN

com.github.sdrss : testng-starter-maven-plugin

Maven & Gradle

Dec 08, 2022
1 stars

TestNG Starter Maven Plugin · A maven plugin to start testNG suites with all testNG/reportNG related attributes.

<plugin>
    <groupId>com.github.sdrss</groupId>
    <artifactId>testng-starter-maven-plugin</artifactId>
    <version>2.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.sdrss : testng-starter-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of com.github.sdrss : testng-starter-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
testng-starter-maven-plugin-2.0.0
1.5.x
testng-starter-maven-plugin-1.5.0
1.4.x
testng-starter-maven-plugin-1.4.0
1.3.x
testng-starter-maven-plugin-1.3.0
1.2.x
testng-starter-maven-plugin-1.2.0
1.1.x
testng-starter-maven-plugin-1.1.0
1.0.x
testng-starter-maven-plugin-1.0.0

How to add a plugin to Maven

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

<plugin>
    <groupId>com.github.sdrss</groupId>
    <artifactId>testng-starter-maven-plugin</artifactId>
    <version>2.0.0</version>
</plugin>

Advertisement