-
Notifications
You must be signed in to change notification settings - Fork 162
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
Add JSI to Maven Central #33
Comments
I have started the process of adding the JSI library to maven central; version 1.1.0 is currently available in the Sonatype snapshot repository, which should be reliable enough (see here for an example of using it: https://github.com/aled/jsi-examples/blob/master/pom.xml). Are you able to test your application against version 1.1.0-SNAPSHOT? I could make a release of that version to maven central quite quickly. |
Is JSI available on Maven central? I tried to add the following
Also, I was unable to find any artifacts when I search for "jsi" using http://search.maven.org |
No, there is nothing in maven central yet, only in the snapshot repository. Again, here is an example of how to include it in your project: https://github.com/aled/jsi-examples/blob/master/pom.xml Aled. |
+1 aled#33 Add JSI to Maven Central
The JSI project already has a pom.xml file, but it's not available in Maven Central.
Adding an extra maven repository is clunky, unreliable (if the server goes does our build is broken) and not always allowed in some company's.
Would you consider uploading the latest release to Maven Central. It's not that hard (especially because you already have a pom.xml file), just follow this guide:
http://central.sonatype.org/pages/ossrh-guide.html
The text was updated successfully, but these errors were encountered: