You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update README.md publishing instructions for Sonatype Central (#900)
- Remove references to deprecated sbt-sonatype plugin
- Update credentials setup to use new Sonatype Central format
- Replace sonatypeBundleRelease with sonaRelease command
- Add environment variable alternative for credentials
- Update host from oss.sonatype.org to central.sonatype.com
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Claude <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+20-9Lines changed: 20 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,27 +108,38 @@ A new release note will be generated automatically at the [GitHub Releases](http
108
108
109
109
#### Publishing to Sonatype from Local Machine
110
110
111
-
If you need to publish to Maven central using a local machine, you need to configure [sbt-sonatype](https://github.com/xerial/sbt-sonatype) plugin. First set Sonatype account information (user name and password) in the global sbt settings. To protect your password, never include this file in your project.
111
+
If you need to publish to Maven central using a local machine, you need to configure credentials for Sonatype Central. First set Sonatype account information (user name and password) in the global sbt settings. To protect your password, never include this file in your project.
0 commit comments