diff --git a/.github/workflows/pr-kogito-runtimes.yml b/.github/workflows/pr-kogito-runtimes.yml index 127384a7316..47f96638227 100644 --- a/.github/workflows/pr-kogito-runtimes.yml +++ b/.github/workflows/pr-kogito-runtimes.yml @@ -65,7 +65,7 @@ jobs: github-token: "${{ secrets.GITHUB_TOKEN }}" definition-file: https://raw.githubusercontent.com/${GROUP:apache}/incubator-kie-kogito-pipelines/${BRANCH:main}/.ci/pull-request-config.yaml env: - BUILD_MVN_OPTS_CURRENT: '-Dreproducible -Dvalidate-formatting' + BUILD_MVN_OPTS_CURRENT: '-Dvalidate-formatting' - name: Junit Report uses: apache/incubator-kie-kogito-pipelines/.ci/actions/action-junit-report@main if: ${{ always() }} diff --git a/pom.xml b/pom.xml index 51c1a4f9b58..d4a05d4f29f 100644 --- a/pom.xml +++ b/pom.xml @@ -165,43 +165,4 @@ springboot - - - reproducible-build - - - reproducible - - - - - - org.apache.maven.plugins - maven-artifact-plugin - - - check-buildplan - - check-buildplan - - - validate - - - compare - - compare - - - install - - - - - - - -