gnodet commented on PR #160:
URL: 
https://github.com/apache/maven-compiler-plugin/pull/160#issuecomment-1424532232

   On the performance side, I've been trying to ensure that plugins don't 
modify any output file without any actual change.  So having the compiler 
plugin behave in this way is really a big win.  If the build is setup 
correctly, the second maven run should not modify any artifact at all 
(including packaged jars).  I would -1 any change that does not keep such a 
behaviour.   That does not mean any kind of _incremental_ compilation : the 
current behaviour is all or nothing, i.e. any change will recompile the whole 
module, but I'm fine with that.


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