How can I create code coverage reports aggregated across all my pom's modules using cobertura-maven-plugin?
Currently using the defaults I'm having much trouble, the site goal run from the command line doesn't even generate proper links to each module separately. That would seem to be the basics, but in addition, what I really need is a single cobertura report that includes all modules data. -Dave
