rmannibucau commented on PR #320:
URL: 
https://github.com/apache/maven-compiler-plugin/pull/320#issuecomment-2821190350

   @desruisseaux yes, the main diff is that without annotation processors (or 
alike) you can just rerun `javac` and it does a kind of incremental compilation 
(idea uses it a lot) whereas with an annotation processor if you do it you 
break the compilation unit and some annotation processor needs the global unit 
view (to generate an index for ex). So current (maven 3) behavior was clean 
then recompile if there is any diff. I'm just trying to ensure we do not loose 
that behavior for annot procs.


-- 
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

Reply via email to