From 4cfd06f84cfc686d1bf1fee442c4168df73e64f7 Mon Sep 17 00:00:00 2001 From: Matt Woodward Date: Thu, 28 Mar 2024 10:27:17 +1100 Subject: [PATCH] Update dist-java --- HOWTO.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/HOWTO.md b/HOWTO.md index 2932f665e6..f205c6f4af 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -409,9 +409,15 @@ SonaType open source repo requires a GPG key for signatures. Generate GPG key v ```shell gpg --gen-key gpg --export-secret-keys >keys.gpg -gpg --keyserver keyserver.ubuntu.com --send-keys ``` +Export your public key +``` +gpg --export -a > pub.key +``` + +Go to [https://keyserver.ubuntu.com/#submitKey](https://keyserver.ubuntu.com/#submitKey) and upload your PUBLIC key + To locate the value for `signing.keyId` (needed below) run: ```shell @@ -464,7 +470,8 @@ staging repository and release to finish it off. Follow the instructions here for how to "close" and then "release" and staging repository on SonaType's repository manager: -- +- [Documentation](https://central.sonatype.org/publish/release) +- [Nexus Repository Manager](https://s01.oss.sonatype.org/#welcome) # Contributions