Skip to content

Instantly share code, notes, and snippets.

@findepi
Last active January 4, 2023 14:06
Show Gist options
  • Select an option

  • Save findepi/a0bf0cee5b833b6f109cc79a3108380d to your computer and use it in GitHub Desktop.

Select an option

Save findepi/a0bf0cee5b833b6f109cc79a3108380d to your computer and use it in GitHub Desktop.
Standard maven release process
mvn clean release:clean && mvn release:prepare
# i guess i have something misconfigured with GPG
env GPG_TTY=$(tty) 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