diff options
author | Andy Clement <aclement@pivotal.io> | 2021-06-24 16:30:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-24 16:30:58 -0700 |
commit | 89f9bea949a7d51828f545da1ad80c049b9ecb6a (patch) | |
tree | 7ee02fe60ca25990be1e37a9ee3992746bb10aba /docs/developer/RELEASE.md | |
parent | e22903e16945d127827a491034212bffaabb7067 (diff) | |
download | aspectj-89f9bea949a7d51828f545da1ad80c049b9ecb6a.tar.gz aspectj-89f9bea949a7d51828f545da1ad80c049b9ecb6a.zip |
Update RELEASE.md
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. |