MVN

com.github.Cka3o4Huk : jmeter-graph-maven-plugin

Maven & Gradle

Jan 23, 2016
0 stars

JMeter Graphs Maven Plugin · A plugin to include the functionality of JMeterPluginsCMD Command Line Tool to create nice graphs from jmeter result files.

<plugin>
    <groupId>com.github.Cka3o4Huk</groupId>
    <artifactId>jmeter-graph-maven-plugin</artifactId>
    <version>0.1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.Cka3o4Huk : jmeter-graph-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of com.github.Cka3o4Huk : jmeter-graph-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
jmeter-graph-maven-plugin-0.1.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>com.github.Cka3o4Huk</groupId>
    <artifactId>jmeter-graph-maven-plugin</artifactId>
    <version>0.1.1</version>
</plugin>