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
Copy file name to clipboardExpand all lines: src/reference/01-General-Info/05-Using-Sonatype.md
+9-63Lines changed: 9 additions & 63 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,24 +23,22 @@ Using Sonatype
23
23
24
24
Publishing to the Central Repository is easy!
25
25
26
-
#### Central Portal and Legacy OSSRH
26
+
#### Publishing to the Central Repository
27
27
28
-
The Central Repository (aka Maven Central) has long been the pillar of the JVM ecosystem,
29
-
including Scala. The mechanism to publish libraries to the Central has been hosted by Sonatype
30
-
as OSS Repository Hosting (OSSRH) via `HTTP PUT`; however, in March 2025 it was
31
-
[announced][20250326_ossrh_sunset] that the endpoint will be sunset on June 30th, 2025
32
-
in favor of the Central Portal at <https://central.sonatype.com/>.
28
+
In March 2025, Sonatype [announced][20250326_ossrh_sunset] that its Legacy OSSRH HTTP endpoints to publish to the Central Repository (aka Maven Central) would be sunset in favor of the Central Portal at <https://central.sonatype.com/>.
Publishing to the Central Portal is built into sbt, for sbt 1.11.0-RC2 and above.
42
-
The rest of this page will document the publishing process for Central Portal,
43
-
but there are some notes at the end for the Legacy OSSRH publishing.
38
+
**⚠️ Note**: Note that with the new setup, `publishSigned` will only release to the staging directory. Run `sonaUpload` or `sonaRelease` command additionally to release the staged artifacts.
39
+
40
+
When sbt 1.11.0 was released, sbt incorporated the Sonatype's publishing API.
41
+
The rest of this page will document the publishing process for Central Portal, step by step.
0 commit comments