forked from eclipse-tycho/tycho
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve support for how already-PGP-signed artifacts are handled to support skip, replace, or merge. Use SignedContentFactory for checking jar signatures which allows for skipping jars that are only signed by certificates anchored in Java's cacerts. Support PGP signing features, and optionally also binary artifacts. Support using Bouncy Castle for signing to improve performance and to allow signing to be done in parallel. This also better support providing integration tests for the various sign-p2-artifacts mojo's options. Ensure that only keys actually used by signatures are added to the repository and/or artifact properties. Determining the default key is needed only when signing with Bouncy Castle, in which case it's determined by signing a document and checking which key is used; that's because the default key can be specified in the gpg.conf so just listing the secret key fingerprints will not always correctly identify the correct default. For testing purposes, support generating key information and loading it. Use that to provide integration tests for the new options as well as for existing options. eclipse-tycho#1466
- Loading branch information
Showing
18 changed files
with
1,589 additions
and
252 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
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
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
Oops, something went wrong.