drip
drip copied to clipboard
Publish a maven artifact to central
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, 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 .
Ugh, don't say that :-D
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