gnodet opened a new pull request, #22097:
URL: https://github.com/apache/camel/pull/22097
## Summary
- Fix the Quarkus Maven extension warning about missing `@{argLine}` in
surefire/failsafe argLine config
- Append `@{argLine}` to all 5 argLine configurations in `parent/pom.xml`
(tia, full, coverage profiles)
- When no extension sets the `argLine` property, `@{argLine}` resolves to
empty — no impact on non-Quarkus builds
- This allows Quarkus (and other extensions) to inject JVM parameters
automatically
## Test plan
- [x] `@{argLine}` is surefire's late property evaluation — resolves to
empty string when unset
- [x] Verified all 5 argLine entries updated consistently
Co-Authored-By: Claude Opus 4.6 <[email protected]>
--
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]