Hi, According to the issue https://issues.apache.org/jira/browse/MINVOKER-250 I will take your opinion about new feature.
My proposition is to add possibility to show build.log of failed job at the end of all tests. I chose this way because printing log during execute tests can cause mixed output of different tests in parallel mode. In order to meet this requirements - I extend build-job.xml report about file name for logs - stream build.log to mojo log in verify goal or in processResults method in run goal. This feature will be very useful especially in problem in test. If everything is ok we don't need print build.log (it can have many lines) but after test failed is difficult to examine what happened. PR is ready and waiting for your opinion. -- Sławomir Jaranowski