kungfoo / geohash-java

Implementation of GeoHashes in java. We try to be/stay compliant to the spec, as far as possible.
Other
982 stars 310 forks source link

Updated POM for Maven Central #16

Closed frostbytten closed 10 years ago

frostbytten commented 10 years ago

Sorry I let this fall through the cracks. Here is the minimum requirements for publishing this to Maven Central. All that is required is GPG signing by you and the deploy.

I included just you as the developer, but only your handle on github, since I don't know what you'd like included in the POM. Feel free to expand as needed. Didn't mean to slight anyone or their work either

Help on how to publish to Maven Central https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide

kungfoo commented 10 years ago

Thanks for updating the POM. I will look into this as soon as a got the time. I let it slip a little as well. :)

mwynholds commented 10 years ago

I would like to bump this. I have a project that uses this jar and it is the only third-party jar not in Maven central. Thanks!

frostbytten commented 10 years ago

I have a build which I will push that you can mvn install. On Feb 27, 2014 6:39 PM, "Michael Wynholds" notifications@github.com wrote:

I would like to bump this. I have a project that uses this jar and it is the only third-party jar not in Maven central. Thanks!

Reply to this email directly or view it on GitHubhttps://github.com/kungfoo/geohash-java/pull/16#issuecomment-36305839 .

mwynholds commented 10 years ago

Thanks, I appreciate the response. I have worked around this locally, so I'm not in a huge rush. At the moment I have your jar checked in to my source tree and have it as a system-scoped dependency in my pom.xml. But I'd prefer to just pull it from Maven central, as soon as you are able to push it up there.

Great library. Thanks for building it!

frostbytten commented 10 years ago

Hahahaha I'm in the same boat as you, I'm not the original author but I packaged it up I preparation for sonatype sync. On Feb 27, 2014 6:56 PM, "Michael Wynholds" notifications@github.com wrote:

Thanks, I appreciate the response. I have worked around this locally, so I'm not in a huge rush. At the moment I have your jar checked in to my source tree and have it as a system-scoped dependency in my pom.xml. But I'd prefer to just pull it from Maven central, as soon as you are able to push it up there.

Great library. Thanks for building it!

Reply to this email directly or view it on GitHubhttps://github.com/kungfoo/geohash-java/pull/16#issuecomment-36307112 .

kungfoo commented 10 years ago

I just signed up for OSPRH so I can publish this to maven central.

When the necessary work has been done I will publish version 1.10 there, including a POM that includes contributors names.