MVN

nl.stokpop : events-jmeter-maven-plugin

Maven & Gradle

Jan 27, 2021
0 stars

Events JMeter Maven Plugin · A plugin to allow you to run Apache JMeter tests with Maven. Forked from jmeter-maven-plugin 3.1.2, this version has test events integration.

<plugin>
    <groupId>nl.stokpop</groupId>
    <artifactId>events-jmeter-maven-plugin</artifactId>
    <version>3.1.2-events-2.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.stokpop : events-jmeter-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.1.2-events-2.0

All Versions

Choose a version of nl.stokpop : events-jmeter-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.1.x
events-jmeter-maven-plugin-3.1.2-events-2.0
events-jmeter-maven-plugin-3.1.2-events-2
events-jmeter-maven-plugin-3.1.2-events-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>nl.stokpop</groupId>
    <artifactId>events-jmeter-maven-plugin</artifactId>
    <version>3.1.2-events-2.0</version>
</plugin>

Advertisement