desruisseaux commented on PR #320: URL: https://github.com/apache/maven-compiler-plugin/pull/320#issuecomment-2821618243
In the new compiler plugin, the incremental compilation is controlled by an `incrementalCompilation` parameter which is a comma-separated string of values. The default values are `options,dependencies,sources`, meaning to recompile everything if the compiler options or the dependencies changed, or otherwise recompile only the sources that changed. So the proposal would be to add `rebuild-on-add` and `rebuild-on-change` to the default values if an annotation processor is present? (those values already exist, the only change would be their automatic addition to the default values). -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org