kbowers-ibm commented on PR #6877:
URL: https://github.com/apache/incubator-kie/pull/6877#issuecomment-5203075782

   Thank you so much for sorting this out so quickly! @tkobayas  Really 
appreciate it :) Seems like 
kie-dmn/kie-dmn-ruleset2dmn-parent/kie-dmn-ruleset2dmn-cli/pom.xml has 3.5.2 
hardcoded and the kie-parent's pluginManagement declaration is missing 
<version>${version.shade.plugin}</version> so the 3.5.3 property was never 
actually being applied
   
   This is a problem though.
   `2026-08-06T09:13:48.7047975Z [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-artifact-plugin:3.6.1:compare (compare) on 
project integration-tests-jobs-service-springboot: Rebuilt artifacts are 
different from reference -> [Help 1]`
   Since we no longer do daily snapshot deploys, compare will always fail with 
missing reference file for any new module that hasn't been published yet. It 
might be best removing the compare execution from the reproducible-build 
profile and just keeping the check-buildplan, as that still enforces all 
plugins are configured for reproducible output without needing a remote 
reference. WDYT?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to