-
Notifications
You must be signed in to change notification settings - Fork 446
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
please publish to sonatype or somehow sync with maven central #906
Comments
Thanks for your feature request. SBT has the bintray resolver enabled by default. The whole sbt-plugin universe is build around bintray. I would rather ask the sbt folks if they plan to add a general solution for this. Then we would just need to add the necessary meta information, but not a more complicated publishing process. |
exactly I would also prefer easier publishing process, but as far as i understand, at the moment the easiest thing is to publish to sonatype. What do you think? |
For
Still this is an issue that should be solved in general for the sbt-plugin ecosystem. As a workaround you can publish native-packager to your own, hosted nexus/artifactory instance. The publishing is pretty strait forward.
|
I'm aware that I can publish it myself, but as you may imagine it's not very convenient to repeat this after new release is published |
A PR with the missing parts would be awesome. There is a sbt documentation on this. It's not that I'm against publishing to sonatype. It adds just another complexity, credentials must be shared, etc. Also this project is maintained mostly in the free time of all developers. Your company hopefully pays you for doing this :) |
hey @muuki88 artifact has to be signed, but that's already the case according to build.sbt Please let me know if you need any help to make this happen |
ready to help if needed
The text was updated successfully, but these errors were encountered: