gnodet opened a new pull request, #22513: URL: https://github.com/apache/camel/pull/22513
## Summary The `license-maven-plugin` (mycila) scans all files under the project basedir. When Claude Code or OMC agent worktrees exist in `.claude/worktrees/`, the plugin encounters files with unmapped extensions (`KEYS`, `doap.rdf`, `.sdkmanrc`) and fails because `failIfUnknown=true`. This adds `.claude/**` and `.omc/**` to the exclusion lists of both the mycila license plugin and the Apache RAT plugin, consistent with the existing `.mvn/**` exclusion. ## Test plan - [x] Verified `mvn com.mycila:license-maven-plugin:5.0.0:check -N` passes with 42 agent worktrees present -- 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]
