-
Notifications
You must be signed in to change notification settings - Fork 76
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
Support for Sonatype Central #294
Comments
Refactoring here should be very minimal, once Sonatype Central does not support publishing snapshots however, so any logic around snapshot publication will need to be refactored, but that, again, looks very minimal. |
@Andrapyre I thought as much. I think that the BTW, thanks for implementing xerial/sbt-sonatype#474 ❤️ |
Good point about reproducing sonatype docs here, though I also don't see that requiring much investment, as the current implementation just requires users to change the sonatype host in order for everything to work out of the box. |
Since latest Sonatype infra migration, the current usage of `sbt-ci-release` plugin is not working anymore We might still face this issue until sbt/sbt-ci-release#294 is solved, To cope with this we publish packages to Github Apache Maven
#303 landed, but given xerial/sbt-sonatype#507 we might need to update. |
Hi @Andrapyre, I'm trying to make use of
Are you referring to something like
Maybe I did a stupid mistake but I can't make it work, I always get "Repository for publishing is not specified." For reference, the project is here https://github.com/PerformanceIMMO/pg-event-store and the failing publish logs are here https://github.com/PerformanceIMMO/pg-event-store/actions/runs/10847421290/job/30102632825 Thanks for your help. |
@mbaechler , the link is coming up as not found for some reason. Is this a private repo? |
@Andrapyre yes, sorry, it was private by mistake. |
It seems that Sonatype's Jira is being deprecated in favour of Sonatype Central. (docs) The intention is to make Sonatype Central the main/only way to publish artifacts. It would be great to be able to publish to Sonatype Central using
sbt-ci-release
There already exists a PR with the support for Sonatype Central API in
sbt-sonatype
: xerial/sbt-sonatype#474The text was updated successfully, but these errors were encountered: