Hello, Maven 3.8.1 picked up new maven-resolver which supports the generation (and I suppose, verification) of SHA256 and SHA512 digests. ( https://issues.apache.org/jira/browse/MRESOLVER-115)
However it seems that maven-deploy-plugin 3.0.0-M1 still uses maven-artifact-transfer 0.10.0, which generates MD5 and SHA1 digests (removed in 0.13.1 it seems https://issues.apache.org/jira/browse/MSHARED-922). When will maven-deploy-plugin be updated to generate the new digests ?
