I'm running a single test from Maven:
mvn test -Dtest=TestCircle
If the test fails, Maven outputs the exceptions in /target/...
folder.
Is there a way to tell Maven that this exception should be printed directly on the console, so I don't have to look in /target/surefire-reports/...
?