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

   > that do not depend on each other, but I guess this cannot be called 
"majority", unless am mistaken.
   
   Depends how you build the multi-modules projects. Often you have some "core" 
bottleneck in the build graph then a tons of children (think camel if you want, 
core then most of the modules are children), then if you run a command 
bypassing the core - built manually before with install - then you get the 
benefit from it.
   Fully agree it would be better to not have to handle the commands manually 
but as of today it works and saves time - at least on some big projects I'm 
working on, agree it can maybe not be the most ones but since code is there I 
would rather go in the direction to enhance it instead of dropping it otherwise 
we drop most of the plugin code and plexus abstraction to purely leverage tool 
provider and be it for the plugin at the end - can be an option but at the 
opposite of current design which is to make most cases working by 
default/convention.


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