MVN

com.katalon.testops : junit-report-uploader-plugin

Maven & Gradle

Jul 22, 2020

Junit Report Uploader · TestOps Junit Report Uploader

<plugin>
    <groupId>com.katalon.testops</groupId>
    <artifactId>junit-report-uploader-plugin</artifactId>
    <version>1.0.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.katalon.testops : junit-report-uploader-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of com.katalon.testops : junit-report-uploader-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
junit-report-uploader-plugin-1.0.2
junit-report-uploader-plugin-1.0.1-2
junit-report-uploader-plugin-1.0.1-1
junit-report-uploader-plugin-1.0.1
junit-report-uploader-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.katalon.testops</groupId>
    <artifactId>junit-report-uploader-plugin</artifactId>
    <version>1.0.2</version>
</plugin>