From d91a7d7dcad95ecca35ca76e80f0ada380ee3e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Renoux?= Date: Sun, 24 May 2020 17:49:02 +0200 Subject: [PATCH 1/2] Updates Library Author Guide regarding Nexus As far as I can tell, the current description does not correspond to the correct place to look anymore. There is still a Staging repository in "User Managed Repository" (the type selected by default), but it does not contain a library waiting to be released. Since it was a head-scratch for me when publishing my first lib, I assume it might help others. --- _overviews/contributors/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_overviews/contributors/index.md b/_overviews/contributors/index.md index ddd2868a36..3ac532fa17 100644 --- a/_overviews/contributors/index.md +++ b/_overviews/contributors/index.md @@ -215,7 +215,7 @@ $ sbt publishSigned `sbt-sonatype` will package your project and ask your PGP passphrase to sign the files with your PGP key. It will then upload the files to Sonatype using your account credentials. When the task is finished, you can -check the artifacts in the [Nexus Repository Manager](https://oss.sonatype.org) (under “Staging Repositories”). +check the artifacts in the [Nexus Repository Manager](https://oss.sonatype.org) (in “Repositories”, select “Nexus Managed Repositories“ and look for your group name with all dots removed). Finally, perform the release with the `sonatypeRelease` sbt task: From 5813ec2d91862671829f86e11b08fc6a9e267d79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Renoux?= Date: Sun, 7 Jun 2020 20:25:09 +0200 Subject: [PATCH 2/2] Fixes description following remark --- _overviews/contributors/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_overviews/contributors/index.md b/_overviews/contributors/index.md index 3ac532fa17..172e2eb872 100644 --- a/_overviews/contributors/index.md +++ b/_overviews/contributors/index.md @@ -215,7 +215,7 @@ $ sbt publishSigned `sbt-sonatype` will package your project and ask your PGP passphrase to sign the files with your PGP key. It will then upload the files to Sonatype using your account credentials. When the task is finished, you can -check the artifacts in the [Nexus Repository Manager](https://oss.sonatype.org) (in “Repositories”, select “Nexus Managed Repositories“ and look for your group name with all dots removed). +check the artifacts in the [Nexus Repository Manager](https://oss.sonatype.org) (under “Staging Repositories” in the side menu − if you do not see it, make sure you are logged in). Finally, perform the release with the `sonatypeRelease` sbt task: