Hi all!
Had no luck in asking in USER list, trying fellow developers. Is there a way to configure maven project in such a way, that it will generate and deploy SHA256 | SHA512 checksums with `mvn deploy` command? I've tried maven-gpg-plugin and maven-checksum-plugin in all variations, but failed. It seems the even with parent version 23 maven-install-plugin calculates only MD5 and SHA1 (even for *.sha512 files that are added with checksum plugin to jars only) The final goal — sha512 hash sums for deployed artifacts with deploy goal. Does anyone know how can this be achieved? Thanks in advance! --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org