mariuszs commented on issue #1039: URL: https://github.com/apache/maven-compiler-plugin/issues/1039#issuecomment-4063593586
I've submitted a fix for this in #1042. The root cause is that `javac` resolves the processor module layer independently from the application module layer, but Maven's dependency resolver places shared dependencies only on `--module-path`. The fix supplements `--processor-module-path` with `--module-path` entries when processor modules are 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]
