MVN

com.lazerycode.jmeter : jmeter-analysis-maven-plugin

Maven & Gradle

Jun 13, 2015
56 stars

JMeter Result Analyzer Maven Plugin · Parses JMeter result files and computes performance indicators such as average request duration

<plugin>
    <groupId>com.lazerycode.jmeter</groupId>
    <artifactId>jmeter-analysis-maven-plugin</artifactId>
    <version>1.0.6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lazerycode.jmeter : jmeter-analysis-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of com.lazerycode.jmeter : jmeter-analysis-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
jmeter-analysis-maven-plugin-1.0.6
jmeter-analysis-maven-plugin-1.0.5
jmeter-analysis-maven-plugin-1.0.4
jmeter-analysis-maven-plugin-1.0.3
jmeter-analysis-maven-plugin-1.0.2
jmeter-analysis-maven-plugin-1.0.1
jmeter-analysis-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.lazerycode.jmeter</groupId>
    <artifactId>jmeter-analysis-maven-plugin</artifactId>
    <version>1.0.6</version>
</plugin>