From d7e097417cbc29124edebe962e7067449f500197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tibor=20Zim=C3=A1nyi?= Date: Wed, 7 Feb 2024 13:14:17 +0100 Subject: [PATCH] [kie-issues#839] Reproducible build (#3393) --- .../kogito-build-no-bom-parent/pom.xml | 60 ++++++++++++++++++- 1 file changed, 58 insertions(+), 2 deletions(-) diff --git a/kogito-build/kogito-build-no-bom-parent/pom.xml b/kogito-build/kogito-build-no-bom-parent/pom.xml index 98041ecfe75..d13e70d16dd 100644 --- a/kogito-build/kogito-build-no-bom-parent/pom.xml +++ b/kogito-build/kogito-build-no-bom-parent/pom.xml @@ -112,12 +112,12 @@ 1.1.0 2.8.2 3.0.0-M2 - 1.6.0 + 3.1.1 3.0.5 2.5.2 3.2.2 0.8.11 - 3.0.5 + 3.1.6 3.2.0 2.0 2.3.9 @@ -146,6 +146,10 @@ 3.3.0 + + + + ${project.version} @@ -695,6 +699,58 @@ org.apache.maven.plugins maven-checkstyle-plugin + + + + + org.codehaus.mojo + exec-maven-plugin + + + org.drools + drools-util + ${version.drools.util} + + + + + Remove comments from generated files + prepare-package + + java + + + false + true + + org.drools + drools-util + + org.drools.util.RemoveCommentsMain + + true + ${project.basedir}/target/classes/META-INF/quarkus-javadoc.properties + ${project.basedir}/target/classes/META-INF/quarkus-extension.properties + ${project.basedir}/target/generated-sources/annotations/org/kie/kogito/addons/quarkus/knative/eventing/deployment/EventingConfiguration.jdp + ${project.basedir}/target/generated-sources/annotations/org/kie/kogito/addons/quarkus/knative/eventing/deployment/SinkConfiguration.jdp + ${project.basedir}/target/generated-sources/annotations/org/kie/kogito/events/config/EventsRuntimeConfig.jdp + ${project.basedir}/target/generated-sources/annotations/org/kie/kogito/quarkus/config/KogitoBuildTimeConfig.jdp + ${project.basedir}/target/generated-sources/annotations/org/kie/kogito/quarkus/config/KogitoEventingRuntimeConfig.jdp + ${project.basedir}/target/generated-sources/annotations/org/kie/kogito/quarkus/config/KogitoRuntimeConfig.jdp + ${project.basedir}/target/generated-sources/annotations/org/kie/kogito/quarkus/serverless/workflow/config/KogitoBuildTimeConfig.jdp + ${project.basedir}/target/generated-sources/annotations/org/kie/kogito/quarkus/serverless/workflow/config/KogitoRPCRuntimeConfig.jdp + ${project.basedir}/target/generated-sources/annotations/org/kie/kogito/quarkus/serverless/workflow/config/KogitoServerlessWorkflowBuildTimeConfig.jdp + ${project.basedir}/target/generated-sources/annotations/org/kie/kogito/quarkus/serverless/workflow/config/KogitoServerlessWorkflowRuntimeConfig.jdp + ${project.basedir}/target/generated-sources/annotations/org/kie/kogito/quarkus/serverless/workflow/config/KogitoBuildTimeConfig.jdp + ${project.basedir}/target/generated-sources/annotations/org/kie/kogito/quarkus/workflow/deployment/config/KogitoWorkflowBuildTimeConfig.jdp + ${project.basedir}/target/generated-sources/annotations/org/kie/kogito/quarkus/workflow/deployment/config/KogitoDevServicesBuildTimeConfig.jdp + ${project.basedir}/target/generated-sources/annotations/org/kie/kogito/tracing/decision/quarkus/deployment/KogitoBuildTimeConfig.jdp + ${project.basedir}/target/generated-sources/annotations/org/kie/kogito/tracing/decision/quarkus/deployment/KogitoDevServicesBuildTimeConfig.jdp + + + + +