Skip to content

Commit b5183cf

Browse files
author
Matt Woodward
committed
Update dist-java
1 parent 48d31a9 commit b5183cf

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

HOWTO.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -409,9 +409,15 @@ SonaType open source repo requires a GPG key for signatures. Generate GPG key v
409409
```shell
410410
gpg --gen-key
411411
gpg --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+
415421
To locate the value for `signing.keyId` (needed below) run:
416422
417423
```shell
@@ -464,7 +470,8 @@ staging repository and release to finish it off.
464470
Follow the instructions here for how to "close" and then "release" and staging
465471
repository 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

0 commit comments

Comments
 (0)