Skip to content

Commit

Permalink
Update dist-java
Browse files Browse the repository at this point in the history
  • Loading branch information
woodfell committed Apr 2, 2024
1 parent cd4829e commit 4cfd06f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <KEY_ID>
```

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
Expand Down Expand Up @@ -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:

- <https://central.sonatype.org/publish/release>
- [Documentation](https://central.sonatype.org/publish/release)
- [Nexus Repository Manager](https://s01.oss.sonatype.org/#welcome)

# Contributions

Expand Down

0 comments on commit 4cfd06f

Please sign in to comment.