You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2016/05/18 22:10:13 UTC

[jira] [Issue Comment Deleted] (MPOM-118) Enforce strong GPG signatures by default

     [ https://issues.apache.org/jira/browse/MPOM-118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb updated MPOM-118:
----------------------
    Comment: was deleted

(was: I don't see the point.

Hashes are only really useful for checking that a download has succeeded.
They don't provide any authentication, therefore the strength of the hash is not particularly relevant.

Indeed providing a stronger hash may mislead end users into thinking that the hash is sufficient.)

> Enforce strong GPG signatures by default
> ----------------------------------------
>
>                 Key: MPOM-118
>                 URL: https://issues.apache.org/jira/browse/MPOM-118
>             Project: Maven POMs
>          Issue Type: Improvement
>          Components: asf
>    Affects Versions: ASF-17
>            Reporter: Christopher Tubbs
>
> maven-gpg-plugin configuration could be improved a bit so that ASF releases are not weakened by a user's weak personal configuration.
> I suggest adding something like the following to maven-gpg-plugin's configuration in the pluginManagement section:
> {code:xml}
> <gpgArguments combine.children="append">
>   <arg>--digest-algo=SHA512</arg>
> </gpgArguments>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)