spinscale / elasticsearch-graphite-plugin

[UNMAINTAINED] Elasticsearch plugin which pushes data to a graphite server
Do What The F*ck You Want To Public License
66 stars 32 forks source link

request to upload plugin to maven central #5

Closed khrisrichardson closed 5 years ago

khrisrichardson commented 10 years ago

Hi, Alexander.

Any chance you could deploy the built artifact to maven central or sonatype? It appears that doing so would simplify the following instructions, since as is the case with your suggest plugin, it appears to be possible to download plugins from a maven repository as well as from github...

git clone https://github.com/spinscale/elasticsearch-graphite-plugin
cd elasticsearch-graphite-plugin
mvn package

Cheers

brusic commented 10 years ago

While a proper Maven repo might be preferable, any host should work since the plugin install allows external URLs. Jorg Prante introduced me to Bintray: https://bintray.com/

jgmchan commented 10 years ago

Having the artifact in Maven central would be a great plus for us as only our binary repository has access out to the internet. Otherwise we'll need to mirror your repo and build it ourselves in house.

Do you need any help with getting this into Maven central?

wizard124 commented 9 years ago

Was this ever moved to Maven Central? I'm a noob and the instructions provided are confusing to me. If anyone has any information that would help please let me know.

Thanks