I'd like to see the stacktrace of unit tests in the console. Does surefire support this?
You can use the following command to see the stack trace on console instead of report files in the target/surefire-reports folder:
mvn -Dsurefire.useFile=false test