Description
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:
<gpgArguments combine.children="append"> <arg>--digest-algo=SHA512</arg> </gpgArguments>