Maven repository ?
Hi! great work Are upload your project on maven ?
No. Do you think you can provide a pull request to do that?
I thought it was not necessary to make a request http://kirang89.github.io/blog/2013/01/20/uploading-your-jar-to-maven-central/ That not works ?
Probably is, but I don't have much time to work on this at present unfortunately. This is why I was hoping that someone else can help in
Hi Eugener, looks like you fixed it and now it works if I add this to my pom.xml:
<repository> <id>oxbow-repository</id> <url>https://github.com/eugener/oxbow/raw/master/maven/repository</url> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository>
I can find 1.0.0-SNAPSHOT from there.
Hi,
Can we have the latest release 1.2.0 on maven please ?