drip icon indicating copy to clipboard operation
drip copied to clipboard

Publish a maven artifact to central

Open headius opened this issue 8 years ago • 3 comments

Currently it does not appear that Drip's jar is published to Maven Central. This makes it difficult or impossible to work with the Drip classes directly from a Maven-based project.

Specifically, I need to be able to access the Switched interface in order to acquire a reference to the real file descriptors to be used for stdio. See jruby/jruby#2690.

For the moment I will use reflection. If the maintainers of Drip need assistance getting this published, I can help you follow the Sonatype OSS instructions.

headius avatar Jul 12 '16 00:07 headius

@headius, I think you are the closest thing to a maintainer that Drip has :)

On Mon, Jul 11, 2016 at 5:46 PM Charles Oliver Nutter < [email protected]> wrote:

Currently it does not appear that Drip's jar is published to Maven Central. This makes it difficult or impossible to work with the Drip classes directly from a Maven-based project.

Specifically, I need to be able to access the Switched interface in order to acquire a reference to the real file descriptors to be used for stdio. See jruby/jruby#2690 https://github.com/jruby/jruby/issues/2690.

For the moment I will use reflection. If the maintainers of Drip need assistance getting this published, I can help you follow the Sonatype OSS instructions.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ninjudd/drip/issues/96, or mute the thread https://github.com/notifications/unsubscribe/AAAvNb4wdSRt7cyMnV3T2PuTlzxXe3Zjks5qUuPpgaJpZM4JJ72t .

ninjudd avatar Jul 12 '16 01:07 ninjudd

Ugh, don't say that :-D

headius avatar Jul 12 '16 02:07 headius

In the interest of moving this forward, I'll give it 24hrs for someone to object to Sonatype OSSRH as our vector to central. Tomorrow night I'll start this process: http://central.sonatype.org/pages/ossrh-guide.html

headius avatar Jul 12 '16 02:07 headius