You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Herve Boutemy (Jira)" <ji...@apache.org> on 2023/04/27 06:23:00 UTC

[jira] [Created] (MGPG-96) add INFO message when signing

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)