-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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.
- Loading branch information
1 parent
e759393
commit 3541e81
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters