We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description: Per https://maven.apache.org/plugins/maven-gpg-plugin/sign-mojo.html#passphraseenvname the mechanism currently used by this task is deprecated. This is reenforced by the fact that https://maven.apache.org/plugins/maven-gpg-plugin/sign-mojo.html#passphrase will fail if <bestPractices> is true.
<bestPractices>
true
The recommended way to pass the passphrase is now https://maven.apache.org/plugins/maven-gpg-plugin/sign-mojo.html#passphraseEnvName
Task version: v4
Expected behavior:
gpg.passphrase
server.xml
gpg.passphraseEnvName
MAVEN_GPG_PASSPHRASE
The text was updated successfully, but these errors were encountered:
Hello @cowwoc👋, Thank you for reporting this issue. We will investigate it and get back to you as soon as we have some feedback.
Sorry, something went wrong.
priyagupta108
No branches or pull requests
Description:
Per https://maven.apache.org/plugins/maven-gpg-plugin/sign-mojo.html#passphraseenvname the mechanism currently used by this task is deprecated. This is reenforced by the fact that https://maven.apache.org/plugins/maven-gpg-plugin/sign-mojo.html#passphrase will fail if
<bestPractices>
istrue
.The recommended way to pass the passphrase is now https://maven.apache.org/plugins/maven-gpg-plugin/sign-mojo.html#passphraseEnvName
Task version:
v4
Expected behavior:
gpg.passphrase
toserver.xml
.gpg.passphraseEnvName
if the user specifies a value other thanMAVEN_GPG_PASSPHRASE
The text was updated successfully, but these errors were encountered: