Hi, > I am in search for a nice way to compile all reports for a Maven build. > I have for instance JUnit results, findbugs results and code coverage > results (using Emma). > > The maven site plugin does not really aggregate info so that I can get > the total number of findbugs bugs so I started to look at the dashboard > plugin from codehaus, but that plugin does not seem to get developed any > more. And there is not way to support Emma in it either.
What does your pom look like? And what version of Maven, site/findbugs/... plugins do you use? On my system I'm using a corporate parent pom containing a couple of profiles that, when activated, add Findbugs, Checkstyle and/or PMD reports to the generated website. Works pretty fine. Regards Thorsten