Sonar is a free tool that sets up a quality control website for a Maven project.

The cool thing is that you don’t have to deal with reporting plugins, just start the Sonar server, add the Sonar plugin to your pom.xml, and start the Maven build.
The project then appears on the website with a lot of quality-related metrics (like code coverage, cyclomatic complexity…)