anthonygauthier / jmeter-elasticsearch-backend-listener

JMeter plugin that lets you send sample results to an ElasticSearch engine to enable live monitoring of load tests.
MIT License
98 stars 76 forks source link

Make Plugin-Manager show Maven artifact #18

Closed pmouawad closed 6 years ago

pmouawad commented 6 years ago

Hello, You published your plugin to Maven recently, which is great.

But in order to make those artifacts visible at jmeter-plugin manager and jmeter-plugins website like this:

screen shot 2018-02-22 at 22 57 58

you should modify your descriptor so that it uses maven artifact instead of github one:

https://search.maven.org/remotecontent?filepath=io/github/delirius325/jmeter.backendlistener.elasticsearch/2.2.2/jmeter.backendlistener.elasticsearch-2.2.2.jar

Regards Philippe M.

pmouawad commented 6 years ago

See:

I would advise you also to add a screenshot on your website and reference it in screenshotUrl.

Une image vaut un long discours :-)

anthonygauthier commented 6 years ago

PR Created : https://github.com/undera/jmeter-plugins/pull/235

Tu as bien raison ;) - Thanks for the suggestion!

Pretty sure I fixed https://github.com/delirius325/jmeter-elasticsearch-backend-listener/issues/17 at the same time. The attribute "markerClass" was still pointing to the old package name.

Waiting for PR to be closed to confirm.