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
[Build] Use best practices in Maven artifact singing and use BC signer
Passing the 'MAVEN_GPG_PASSPHRASE' as environment variable fixes many
build warnings like the following:
'''
[WARNING] Do not store passphrase in any file (disk or SCM repository),
[WARNING] instead rely on GnuPG agent or provide passphrase in
[WARNING] MAVEN_GPG_PASSPHRASE environment variable for batch mode.
'''
Additionally using the Bouncy Castle (BC) signer is faster and
simplifies the setup as it can use the key-file directly in its
armored form and thus avoids the separate import step.
0 commit comments