Added regular expression matching for artifact version by ao-apps · Pull Request #346 · s4u/pgpverify-maven-plugin (original) (raw)

@ao-apps mentioned this pull request

Dec 4, 2021

@ao-apps

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 ao-apps marked this pull request as ready for review

December 4, 2021 01:32

slawekjaranowski

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 }})