Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
-
None
Description
Esepcially for parallel builds the console output of mvnd is very helpful.
First of all it offers a great overview at the current build state and - even more important - it doesn't mix up the logs as it aggregates the console output for each module and prints it at the end of the build.
With "plan maven" the logs for concurrent builds are nearly unuseable as multple threads write into the same stream.
Here is a sample of the mvnd console-output for a maven build using 24 cores: