I am trying to figure out how to use the supposed reporting capabilities of JUnit (3 and 4) in conjunction with Maven, but Google searches aren\'t turning up much in the way
The Maven Surefire Plugin is what executes a lot of the test reports.
You may also want to look at Cobertura for code coverage.