Description
Current build is printing all output into console, messing maven and test outputs together. Also having everything in console makes test failure investigation complicated. One still could redirect output of entire maven command to file and investigate it there, but this seems to be unnecessary and therefore I would like to propose taking advantage of surefire feature to redirect the test output into files.