-
Notifications
You must be signed in to change notification settings - Fork 87
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
Publish artifacts in oss sonatype #16
Comments
I guess this is that "central Maven repository" that everyone talks about? Thanks for getting the ball rolling. I'll need to read up on this. A couple of specific things I'm wondering about:
|
Thank you for your work on the java plugin, unfortunately the wonderful world of maven sbt and jars sometimes gets me confused, so I also learn along the way. When using the project I found that it would be desirable to 1. deliver the jar so people can include in their deps, hence the activity of this ticket.
Regarding 2) I'm not sure, maybe deploy another artifact in that namespace? I guess that would work and keep both depdendencies separate.
I really enjoyed your videos about capnproto in rust, thanks! |
I saw that the oss jira is resolved, any info about the timeline of publishing the jars to oss ? It will help us a lot in adding the dependencies |
I'm trying to figure out how to publish to oss, any help would be welcome |
Hi I made a pull request based on the http://www.scala-sbt.org/0.13/docs/Publishing.html you may need to add your OSS credentials as in http://www.scala-sbt.org/0.13/docs/Publishing.html#Credentials after that I guess publishSigned will publish the runtime jar to OSS and we may just need to promote the staging artifact to release I have tried the publish command and it is just failing at the credential stage as I have not put any credentials, I guess with proper credentials this should work |
I'm trying to get this working using @dvdreddy's patch. I think I'm just blocked on not having authorization to push to the sonatype repo. @larroy, I think you have the power to grant me that authorization. Could you please try to do that? My username on Sonatype is "dwrensha", the same as it is here. |
For what it's worth, this is the error I get when I do
@larroy, if you figure out a way to publish this without giving me push authorization, that's cool too. |
Followed the documentation in: http://www.scala-sbt.org/0.13/docs/Using-Sonatype.html Sent my key with: |
How does it work with maven? What lines do you have to add to pom.xml to get this artifact? |
@nchinmay please try http://stackoverflow.com/questions/13945757/how-do-you-import-a-maven-dependency-from-sonatype-org and report back |
@dwrensha what's your oss username so you can publish? |
I signed up as "dwrensha". |
Ok, can you please merge the pull request? |
I just successfully uploaded a new snapshot. Thanks again for pushing this through, @larroy! |
Is there a new windows C++ executable? |
@dwrensha thanks for making this open source! |
Update: version 0.1.0 (not a snapshot) is now released: https://search.maven.org/#artifactdetails%7Corg.capnproto%7Cruntime%7C0.1.0%7Cjar |
Hi
I have opened this to get org.capnproto so we can publish the jars
https://issues.sonatype.org/browse/OSSRH-13527
The text was updated successfully, but these errors were encountered: