Re: Question concerning Maven Core

2018-02-16 Thread Guillaume Boué
Hi Karl Heinz, I may be reading this wrong, but it looks like the class intends to print the logs of a concurrent Maven build grouped by segments. That is, instead of having interleaved logs of all the plugin executions when building with multiple threads, they would be printed in full, logica

Question concerning Maven Core

2018-02-16 Thread Karl Heinz Marbaise
Hi, I've stumbled over the following code line in Maven Core: Class MultiThreadedBuilder: Line: 94... // Currently disabled ThreadOutputMuxer muxer = null; // new ThreadOutputMuxer( analyzer.getProjectBuilds(), System.out ); Does someone know what intention/idea/purpose is b