I\'m using maven cobertura plugin to report code coverage in my multimodule project.
The problem is that I don\'t know how to generate one report for all modules in
I have been using Hudson as a Continuous Integration tool. The Cobertura plugin allows me to see code coverage of all of the child modules when checking on the parent.