Added regular expression matching for artifact version by ao-apps · Pull Request #346 · s4u/pgpverify-maven-plugin (original) (raw)
When the version field begins with ~ (tilde), everything following the tilde is a case-insensitive regular
expression matched against artifact version.
When the version field begins with !~ (not-tilde), everything following the not-tilde is a case-insensitive regular
expression with a negated match against artifact version.
This may be used, for example, to have separate PGP signing keys for continuous integration snapshot builds, while releases are signed by more protected PGP keys unavailable to the continuous integration platform.
ao-apps marked this pull request as ready for review
This file contains hidden or 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
[ Show hidden characters]({{ revealButtonHref }})