Reduced maven noise

Posted on April 12, 2012 Tags: java, coding

I stumbled upon this quick post by Peter Veentjer about how to reduce maven test output. Highly recommended. Gives you the ability back to actually parse the output of maven by reducing the noise generated by tests to a minimum. Basically just add

<redirectTestOutputToFile>true</redirectTestOutputToFile>

to your surefire config.