Skip to content

Commit

Permalink
doc: add gpg commands
Browse files Browse the repository at this point in the history
  • Loading branch information
qoomon committed Jan 12, 2022
1 parent b6b30e4 commit e57db75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,11 @@ The [maven reproducible builds feature](https://maven.apache.org/guides/mini/gui

## Build & Release

```shell
gpg --import private.key
gpg --list-keys
```

```shell
mvn verify
# Publishes this plugin to local Maven
Expand Down

0 comments on commit e57db75

Please sign in to comment.