Possibly this might be already obvious in the JUnit docs, but can\'t seem to find it, nor remember if there is a solution for what I\'m about to describe.
When I\'m runn
Try setting the maven-surefire-plugin's useFile parameter to false. Per the Surefire plugin docs this outputs the test reports to the console.
useFile
Also see the trimStackTrace parameter.
trimStackTrace