You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @cowwoc 👋,
Thank you for your valuable insights! We’ll explore the possibility of implementing these changes to enhance the action and consider your suggestion for future improvements. In the meantime, please feel free to share any additional details or suggestions you may have!
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: