Skip to content

Commit

Permalink
Update build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Apr 20, 2024
1 parent 558b099 commit caf79f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/site/markdown/release.md.vm
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ If you need to make a revision afterwards, retag with `git tag -f TAG` and `git
mvn clean install -Dstrict -Drelease

# after gpgkeyname, specify the key you want to use for signing
mvn deploy -Dstrict -Drelease -Dsigned -Dgpgkeyname=$(git config --get user.email) -Dgpg.executable=$(which gpg)
mvn clean deploy -Dignorant -DskipTests -Drelease -Dsigned -Dgpgkeyname=$(git config --get user.email) -Dgpg.executable=$(which gpg)

#[[#####]]# Notes

`-Dstrict` enforces code quality checks to succeed (e.g., *spotbugs*, *checkstyle*).
Expand Down

0 comments on commit caf79f2

Please sign in to comment.