MVN

com.github.gtxtreme21 : passfailreport-maven-plugin

Maven & Gradle

Aug 12, 2013
4 stars

Jmeter PassFailReport · A plugin that builds a simple report by reading Jmeter jtl result files with Maven.

<plugin>
    <groupId>com.github.gtxtreme21</groupId>
    <artifactId>passfailreport-maven-plugin</artifactId>
    <version>1.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.gtxtreme21 : passfailreport-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of com.github.gtxtreme21 : passfailreport-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3
passfailreport-maven-plugin-1.3
1.1
passfailreport-maven-plugin-1.1
1.0
passfailreport-maven-plugin-1.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.gtxtreme21</groupId>
    <artifactId>passfailreport-maven-plugin</artifactId>
    <version>1.3</version>
</plugin>