davsclaus commented on PR #24094:
URL: https://github.com/apache/camel/pull/24094#issuecomment-4732716667
⏺ The build fails on bundles-pom with:
Error loading supplemental data models: Could not find resource
'target/legal/legal.xml'
This is a build infrastructure issue in the bundles-pom module — the
maven-remote-resources-plugin can't find target/legal/legal.xml. This is
unrelated to the PR's Mockito changes. It failed
on Java 25 only (the Java 17 job also failed, likely the same cause).
This is a known pattern in the Camel build — the legal.xml supplemental
resource is generated by a prior build step, and if that step is skipped or the
build order is off (especially with mvnd
parallelism), bundles-pom can't find it. The PR itself (configuring
Mockito self-attachment) doesn't touch anything near bundles-pom or the
legal/resource plugin setup, so this looks like a
flaky CI issue rather than a problem introduced by the PR.
--
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]