Herve Boutemy created MGPG-96:
---------------------------------
Summary: add INFO message when signing
Key: MGPG-96
URL: https://issues.apache.org/jira/browse/MGPG-96
Project: Maven GPG Plugin
Issue Type: Improvement
Affects Versions: 3.0.1
Reporter: Herve Boutemy
Fix For: 3.1.0
currently, gpg:sign does not display any INFO, which makes feel that nothing
may happen:
{noformat}
[INFO] --- gpg:3.1.0-SNAPSHOT:sign (sign-release-artifacts) @ maven-gpg-plugin
---
[INFO] {noformat}
Displaying most important info, like number of files being signed, or key
configuration options (like optional keyname) would make this output still
simple enough but show the action being done, something like:
{noformat}
[INFO] --- gpg:3.1.0-SNAPSHOT:sign (sign-release-artifacts) @ maven-gpg-plugin
---
[INFO] Signing 5 files with default key
[INFO]{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)