Closed
Description
This ticket relates to #147 but scopes it to a simple publication of the JAR+POM file as part of this very git repository "java-client-api".
Then you could refer to the repository from your gradle file like:
maven { url "http://marklogic.github.io/java-client-api/releases" }
As an example where this is also used, see ml-gradle plugin from Rob (https://github.com/rjrudin/marklogic-java/blob/master/sample-project/build.gradle on how to leverage it).
For deployment/upload of the JAR artefact there seems to be a handy github-maven plugin available from: https://github.com/github/maven-plugins (source: http://stackoverflow.com/questions/14013644/hosting-a-maven-repository-on-github)