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

Add JSI to Maven Central #33

Open
ge0ffrey opened this issue Sep 1, 2014 · 3 comments
Open

Add JSI to Maven Central #33

ge0ffrey opened this issue Sep 1, 2014 · 3 comments

Comments

@ge0ffrey
Copy link

ge0ffrey commented Sep 1, 2014

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

@aled
Copy link
Owner

aled commented Sep 1, 2014

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.

@charleswhchan
Copy link

Is JSI available on Maven central? I tried to add the following

<dependency>
  <groupId>net.sourceforge.jsi</groupId>
  <artifactId>jsi</artifactId>
  <version>1.1.0-SNAPSHOT</version>
</dependency>

Also, I was unable to find any artifacts when I search for "jsi" using http://search.maven.org

@aled
Copy link
Owner

aled commented Sep 11, 2014

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.

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

3 participants