-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
JFrog is sunsetting Bintray, so sbt plugins need to find a new place to be published. Since Maven Central is perfectly capable of hosting sbt plugins, I will switch there too.
Planning to use the sbt-ci-release plugin to get this done (it supports publishing to Sonatype and Maven Central, using Github actions), or the sbt-sonatype plugin (may be less disruptive for the current setup, but leaves more manual actions)
Tasks (not exhaustive yet)
- follow the guide at https://central.sonatype.org/pages/ossrh-guide.html
- Register on sonatype.org and get a project + publish access
- Prepare the plugin repo (https://central.sonatype.org/pages/requirements.html contains a list of stuff to comply to before you are allowed to publish; pom.xml, dependencies, provide javadoc and sources, ...)
Metadata
Metadata
Assignees
Labels
No labels