diff --git a/.github/workflows/pr-kogito-apps.yml b/.github/workflows/pr-kogito-apps.yml
index 0453d8bf26..27bcbc142c 100644
--- a/.github/workflows/pr-kogito-apps.yml
+++ b/.github/workflows/pr-kogito-apps.yml
@@ -62,7 +62,7 @@ jobs:
uses: apache/incubator-kie-kogito-pipelines/.ci/actions/build-chain@main
env:
NODE_OPTIONS: "--max_old_space_size=4096"
- BUILD_MVN_OPTS_CURRENT: '-Dvalidate-formatting'
+ BUILD_MVN_OPTS_CURRENT: '-Dreproducible -Dvalidate-formatting'
with:
definition-file: https://raw.githubusercontent.com/${GROUP:apache}/incubator-kie-kogito-pipelines/${BRANCH:main}/.ci/pull-request-config.yaml
annotations-prefix: ${{ runner.os }}-${{ matrix.java-version }}/${{ matrix.maven-version }}
diff --git a/pom.xml b/pom.xml
index f7c7f2d327..554fc18758 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,5 +155,41 @@
jitexecutor-native
+
+ reproducible-build
+
+
+ reproducible
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-artifact-plugin
+
+
+ check-buildplan
+
+ check-buildplan
+
+
+ validate
+
+
+ compare
+
+ compare
+
+
+ install
+
+
+
+
+
+