Skip to content

Instantly share code, notes, and snippets.

@findepi
Last active January 4, 2023 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save findepi/a0bf0cee5b833b6f109cc79a3108380d to your computer and use it in GitHub Desktop.
Save findepi/a0bf0cee5b833b6f109cc79a3108380d to your computer and use it in GitHub Desktop.
Standard maven release process
mvn clean release:clean && mvn release:prepare
# `env GPG_TTY=$(tty)` may help with some sort of GPG problems
mvn release:perform
open https://oss.sonatype.org/#stagingRepositories
# then find, close & release the staging repository
git push upstream master the-current-release-tag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment