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. Sonar seems to be a good initiative but that seems to require a running server which I can not fit into our build environment. I am locked downed to just creating a static html site that some other will publish for me. Any tips in this area is highly welcomed! Thanks Lucas
