Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maven repository ? #43

Open
juanpmarin opened this issue Nov 17, 2015 · 5 comments
Open

Maven repository ? #43

juanpmarin opened this issue Nov 17, 2015 · 5 comments

Comments

@juanpmarin
Copy link

Hi! great work
Are upload your project on maven ?

@eugener
Copy link
Owner

eugener commented Nov 17, 2015

No. Do you think you can provide a pull request to do that?

@juanpmarin
Copy link
Author

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 ?

@eugener
Copy link
Owner

eugener commented Nov 18, 2015

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

@mokun
Copy link

mokun commented Mar 8, 2016

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.

@martinm1000
Copy link

Hi,

Can we have the latest release 1.2.0 on maven please ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants