iron-io/iron_mq_java

Push this to Maven Central

treeder opened this issue · 7 comments

Process should be automated (one line) and update README with info on how to use it.

Here's the guide of how to publish to Maven Central using Sonatype's repository (which mirrors to Maven Central):

https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide

To get the ball rolling we'd need to do steps 2 and 3:

  • Signup for account on their system (do we have a shared username/password?)
  • File JIRA ticket to register a new project
  • Wait

After they process the ticket, it looks like we can proceed with uploading the artifact.

Since we're using Buildr to build this project we'll have to figure out how to get that to publish to a repo. This would be easier to do if we switched to maven and wrote a pom.xml.

One of our users told us about this too: http://chkal.blogspot.com/2010/09/maven-repositories-on-github.html

Looks like a good way to do it.

Created a maven github repo for us too at: https://github.com/iron-io/maven

I see. To clarify, we want to publish to the github repo you created above, and not to Maven Central, is that right?

Oh, I don't know. I didn't really read much into it, we were just discussing the github way of doing it yesterday. Not sure if it's sufficient or if we have to get on Maven Central?

Well, it's not maven central, but our maven repository is open for business so I think we can close this.