File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -409,9 +409,15 @@ SonaType open source repo requires a GPG key for signatures. Generate GPG key v
409409` ` ` shell
410410gpg --gen-key
411411gpg --export-secret-keys > keys.gpg
412- gpg --keyserver keyserver.ubuntu.com --send-keys < KEY_ID>
413412` ` `
414413
414+ Export your public key
415+ ```
416+ gpg --export -a > pub.key
417+ ```
418+
419+ Go to [https://keyserver.ubuntu.com/#submitKey](https://keyserver.ubuntu.com/#submitKey) and upload your PUBLIC key
420+
415421To locate the value for `signing.keyId` (needed below) run:
416422
417423```shell
@@ -464,7 +470,8 @@ staging repository and release to finish it off.
464470Follow the instructions here for how to "close" and then "release" and staging
465471repository on SonaType's repository manager:
466472
467- - < https://central.sonatype.org/publish/release>
473+ - [ Documentation] ( https://central.sonatype.org/publish/release )
474+ - [ Nexus Repository Manager] ( https://s01.oss.sonatype.org/#welcome )
468475
469476# Contributions
470477
You can’t perform that action at this time.
0 commit comments