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

Make available on Maven Central #59

Open
gturri opened this issue Nov 2, 2016 · 5 comments
Open

Make available on Maven Central #59

gturri opened this issue Nov 2, 2016 · 5 comments
Assignees

Comments

@gturri
Copy link

gturri commented Nov 2, 2016

Hi,

fuse-jna is very nice! Consequently, it would be awesome to have it available on maven central. In particular, it would ease a lot the distribution of projects which depends on it.

AFAICS, other projects currently either

  • use git submodules (eg: JGitFS), which is tedious
  • ship fuse-jna jar in their own repo (eg: githubfs), which isn't a really good practice

(FWIW, here is the doc I used when I wanted to add projects to maven central: it's quite well written: http://www.sonatype.org/nexus/2014/10/08/distribute-project-artifacts-in-maven-central-with-nexus-oss/)

@centic9
Copy link
Contributor

centic9 commented Nov 2, 2016

+1 for a Maven repo, submodules are a crux!

@EtiennePerot EtiennePerot self-assigned this Nov 5, 2016
@EtiennePerot
Copy link
Owner

https://issues.sonatype.org/browse/OSSRH-26048

@doro
Copy link

doro commented Jan 8, 2018

@EtiennePerot it seems the Jira issue in sonatype is resolved.

@gturri
Copy link
Author

gturri commented Dec 16, 2018

Not sure what the current status is, but it still doesn't seem available on maven central (according to https://search.maven.org/search?q=fuse-jna ). Are you still willing to upload it?

@sarnobat
Copy link

Until this is out there, you can do:

mvn install:install-file -DgroupId=net.fusejna -DartifactId=fuse-jna -Dversion=0.0.1-SNAPSHOT  -Dpackaging=jar -Dfile=/path/to/fuse-jna-0.0.1-SNAPSHOT.jar

and add:

		<dependency>
			<groupId>net.fusejna</groupId>
			<artifactId>fuse-jna</artifactId>
			<version>0.0.1-SNAPSHOT</version>
		</dependency>

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

5 participants