diff options
Diffstat (limited to 'docs/developer/RELEASE.md')
-rw-r--r-- | docs/developer/RELEASE.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/developer/RELEASE.md b/docs/developer/RELEASE.md index 13c9100df..223ad10d6 100644 --- a/docs/developer/RELEASE.md +++ b/docs/developer/RELEASE.md @@ -106,6 +106,7 @@ export MAVEN_OPTS="--add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java. # Build and deploy the release to a Nexus staging repository. # The 'release' profile will activate # - Maven GPG plugin for signing artifacts (stand by to enter your passpharase!), +# If there is a message 'Failed to execute goal org.apache.maven.plugins:maven-gpg-plugin:1.6:sign' try 'export GPG_TTY=$(tty)' before running the command, # - Maven Javadoc plugin, # - Nexus Staging Maven plugin. # Optionally, use '-DskipTests=true', if you ran all tests before. |