File tree 1 file changed +9
-2
lines changed
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
409
409
` ` ` shell
410
410
gpg --gen-key
411
411
gpg --export-secret-keys > keys.gpg
412
- gpg --keyserver keyserver.ubuntu.com --send-keys < KEY_ID>
413
412
` ` `
414
413
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
+
415
421
To locate the value for `signing.keyId` (needed below) run:
416
422
417
423
```shell
@@ -464,7 +470,8 @@ staging repository and release to finish it off.
464
470
Follow the instructions here for how to "close" and then "release" and staging
465
471
repository on SonaType's repository manager:
466
472
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 )
468
475
469
476
# Contributions
470
477
You can’t perform that action at this time.
0 commit comments