You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2019/03/29 21:38:26 UTC

[GitHub] [maven-compiler-plugin] eolivelli commented on issue #3: [MCOMPILER-205] fixes incremental compilation

eolivelli commented on issue #3: [MCOMPILER-205] fixes incremental compilation
URL: https://github.com/apache/maven-compiler-plugin/pull/3#issuecomment-478157868
 
 
   Hi
   did you run the integration tests suite?
   
   mvn verify -Prun-its
   
   
   Btw actually in 3.8.0 you just have to turn incremental compilation off in order to build only stale sources.
   This behaviour is very error prone and it is to be used with caution.
   
   With you fix it seems that you are dropping the part that is detecting stale files and inverting the meaning of the flag.
   Can you explain more?
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services