From 1eeae35d1470057744ccf75ea4eed7d2d8a49686 Mon Sep 17 00:00:00 2001 From: Mingun Date: Mon, 9 Aug 2021 22:47:27 +0500 Subject: [PATCH] Add a note about `-DperformRelease=true` --- developers.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/developers.adoc b/developers.adoc index f4a3a4a..e2d6cb0 100644 --- a/developers.adoc +++ b/developers.adoc @@ -230,8 +230,10 @@ TODO [[java]] === Java +> Maven GPG signing key https://maven.apache.org/plugins/maven-gpg-plugin/usage.html[configuration guide] + * Pump version, set version to `$VERSION`, without `-SNAPSHOT` -* `mvn deploy` +* `mvn -DperformRelease=true deploy` * Go to https://oss.sonatype.org/#stagingRepositories * Scroll to the very end of list, seek `iokaitai-...` repositories * Select our staging repository