From aa05abc8402fa4159583bc00e5e3b9b7236dcc94 Mon Sep 17 00:00:00 2001 From: Eduardo Martins Date: Thu, 25 Jan 2024 16:06:39 +0000 Subject: [PATCH] [WFLY-18956] Adds sha1 digest to dist module's zip files --- dist/pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/dist/pom.xml b/dist/pom.xml index 2426216fcc..bda643273c 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -70,6 +70,28 @@ + + org.apache.maven.plugins + maven-antrun-plugin + + + generate-sha1 + package + + + + + + + + + + + run + + + +