Download a JMeter plugin not in a maven repository

34 views
Skip to first unread message

Vincent Daburon

unread,
Jan 24, 2023, 11:47:15 AM1/24/23
to Maven JMeter Plugin Users
Hi,
I declared JMeter plugins in the configuration pom.xml likes :
<configuration>
<jmeterVersion>5.5</jmeterVersion>
<!--  plugins jmeter declared in a mave, repo -->
<jmeterExtensions>
<artifact>kg.apc:jmeter-plugins-functions:2.2</artifact>
<artifact>kg.apc:jmeter-plugins-dummy:0.4</artifact>
<artifact>kg.apc:jmeter-plugins-cmn-jmeter:0.7</artifact>
<artifact>kg.apc:jmeter-plugins-casutg:2.10</artifact>
<artifact>com.blazemeter:jmeter-plugins-random-csv-data-set:0.8</artifact>
<artifact>com.blazemeter:jmeter-plugins-wsc:0.7</artifact>
<artifact>com.blazemeter:jmeter-parallel:0.11</artifact>
</jmeterExtensions>
...
But it 's possible to add a plugin not in a maven repo but in a github release link
e.g :
https://github.com/tilln/jmeter-junit-reporter/releases/download/1.1/jmeter-junit-reporter-1.1.jar

Extract from jmeter-plugins/various.json at master · undera/jmeter-plugins · GitHub
{


"id": "tilln-junit",


"name": "JUnit Reporter",


"description": "Generates CI/CD-compatible JUnit Reports in XML format based on custom KPIs: Comparing aggregate metrics with threshold values determines pass/fail.<br />Supports filtering of sample labels by regular expressions.<br />Supported aggregates:<ul><li>Response time percentiles (any)</li><li>Maximum and minimum response time</li><li>Response time average and standard deviation</li><li>Sample error rate</li><li>Total number of samples</li><li>Custom metrics</li></ul>",


"screenshotUrl": "https://raw.githubusercontent.com/tilln/jmeter-junit-reporter/master/docs/reporter.png",


"helpUrl": "https://github.com/tilln/jmeter-junit-reporter",


"vendor": "Till Neunast",


"markerClass": "nz.co.breakpoint.jmeter.JUnitReporter",


"componentClasses": [


"nz.co.breakpoint.jmeter.JUnitReporter"


],


"versions": {


"1.0": {


"downloadUrl": "https://github.com/tilln/jmeter-junit-reporter/releases/download/1.0/jmeter-junit-reporter-1.0.jar"


},


"1.1": {


"changes": "Bug fixes",


"downloadUrl": "https://github.com/tilln/jmeter-junit-reporter/releases/download/1.1/jmeter-junit-reporter-1.1.jar"


}


}


},

Regards.
Vincent DAB.

Vincent Daburon

unread,
Jan 26, 2023, 3:31:55 AM1/26/23
to Maven JMeter Plugin Users
It's a question :
But it 's possible to add a plugin not in a maven repo but in a github release link  ?
Reply all
Reply to author
Forward
0 new messages