JMeter-Rabbit-AMQP icon indicating copy to clipboard operation
JMeter-Rabbit-AMQP copied to clipboard

Add a Maven POM, preconfigured for deploying to https://oss.sonatype.org/

Open peterjanes opened this issue 10 years ago • 2 comments

This will make it easier to use the plugin with http://jmeter.lazerycode.com/

peterjanes avatar Sep 04 '14 14:09 peterjanes

pom looks good, but it's missing some of the required bits according to sonatype: http://central.sonatype.org/pages/requirements.html

As I have no plans to publish this project on maven central, perhaps we don't need the distributionManagement section (or indeed, any pom at all)?

jlavallee avatar Sep 05 '14 05:09 jlavallee

I'd encourage you to reconsider publishing to Central. It's not just Maven users who will benefit, but Ant users as well (remember, that's what Ivy uses to retrieve its dependencies).

Depending on your decision, I can fix the POM to update or remove the Sonatype OSS details (it looks like I was using an old reference). Or, if you'd prefer, I can cancel the PR and just maintain my own fork that includes the POM.

peterjanes avatar Sep 05 '14 15:09 peterjanes