From c13c48af48a31a555c1219f0745ce1a8a4445ae3 Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Mon, 8 Jul 2024 07:44:57 -0400 Subject: [PATCH] [incubator-kie-issues#1348] Enforce reproducible build (#3564) * [incubator-kie-issues#1348] Enforce reproducible build * [incubator-kie-issues#1348] Enforce reproducible build - using custom property --------- Co-authored-by: Gabriele-Cardosi # Conflicts: # .github/workflows/pr-kogito-runtimes.yml --- pom.xml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/pom.xml b/pom.xml index d4a05d4f29f..51c1a4f9b58 100644 --- a/pom.xml +++ b/pom.xml @@ -165,4 +165,43 @@ springboot + + + reproducible-build + + + reproducible + + + + + + org.apache.maven.plugins + maven-artifact-plugin + + + check-buildplan + + check-buildplan + + + validate + + + compare + + compare + + + install + + + + + + + +