From 347c1c8c871a2262520312b2183f75d823ef35c3 Mon Sep 17 00:00:00 2001 From: Benjamin Marwell Date: Mon, 24 Jan 2022 20:56:32 +0100 Subject: [PATCH] [#225] add SHA-512 hashes --- pom.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/pom.xml b/pom.xml index 1f50d14..09187ad 100644 --- a/pom.xml +++ b/pom.xml @@ -665,6 +665,34 @@ + + + net.nicoulaj.maven.plugins + checksum-maven-plugin + 1.11 + + + source-release-checksum + + artifacts + + + post-integration-test + + + SHA-512 + + + source-release + true + false + + true + + + + org.apache.maven.plugins maven-gpg-plugin