-
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 to publish snapshots to Central Sonatype #344
Comments
@chitralverma pull request (to sbt-sonatype) welcome |
Isn't this the first question on FAQ? (I am asking for reals) |
|
The error we get when trying to publish snapshots to Sonatype Central as-is is from sbt-ci-release/plugin/src/main/scala/com/geirsson/CiReleasePlugin.scala Lines 172 to 177 in 5473b64
Do you then think it might be enough to just remove this check and add logic to publish, and the lower-level publication logic is already implemented by I might have time to try a few things soon |
@PapyChacal i think changes are required in sbt-sonatype as well because of the repo URL and there are some restrictions there as well. thats why i raised xerial/sbt-sonatype#564 |
Since snapshots are now supported by central, can you please add support for publishing snapshots to central ?
currently, the plugin fails with -
Sonatype Central does not accept snapshots, only official releases. Aborting release.
https://central.sonatype.org/publish/publish-portal-snapshots/
The text was updated successfully, but these errors were encountered: