I'm trying to track down a bug in an open source project that is using maven 2. When I run mvn test all I get is:
Running org.mortbay.jetty.HttpParserTest Tests run: 9, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec <<< FAILURE! without much more details. Is there a simple way to get a more detailed report without having to generate a whole web site? Basically I just want to see what the JUnit testcase runner shows. The name of the method that fails and the location of the assertion. S.
