t

testng-xml-maker-maven-plugin

testng-xml-maker-maven-plugin will help you generate testng-xml-file from environment variables. Mainly used with parametrized Jenkins job.
http://mayurshah.in/tag/testng-xml-maker-maven-plugin
Apache License, Version 2.0
Mayur S
Files download
File Operation
testng-xml-maker-maven-plugin-1.0.1.jar download
testng-xml-maker-maven-plugin-1.0.1.pom download
testng-xml-maker-maven-plugin-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>in.mayurshah</groupId>
  <artifactId>testng-xml-maker-maven-plugin</artifactId>
  <version>1.0.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'in.mayurshah:testng-xml-maker-maven-plugin:1.0.1'
Gradle Kotlin
implementation("in.mayurshah:testng-xml-maker-maven-plugin:1.0.1")
Scala SBT
libraryDependencies += "in.mayurshah" % "testng-xml-maker-maven-plugin" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='in.mayurshah', module='testng-xml-maker-maven-plugin', version='1.0.1')
)
Apache Ivy
<dependency org="in.mayurshah" name="testng-xml-maker-maven-plugin" rev="1.0.1" />
Leiningen
[in.mayurshah/testng-xml-maker-maven-plugin "1.0.1"]
Apache Buildr
'in.mayurshah:testng-xml-maker-maven-plugin:jar:1.0.1'