Manas-Dikshit commented on PR #1017: URL: https://github.com/apache/maven-compiler-plugin/pull/1017#issuecomment-3864651474
I appreciate your time in reviewing this code. I want to clarify that the intent of this patch is not just to add a log but to ensure that the compiler will run when only is set. With the existing plugin, the plugin would exit early with nothing to compile before ever calling compile() so the annotation processors could not run. Explicitly calling compile(compiler, config) in this situation even when there are no sources to compile aligns the functionality as described for javac -proc:only. The log message is meant to give the user clear feedback in the output that processors are running without an actual class being compiled. -- 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]
