I have a multi-module Maven setup with Java code.
My unit tests, in one of the modules, exercise code in multiple modules. Naturally, the modules have inter-dependenc
Generally, reports pertain to their specific module, however they can be aggregated,
two approaches are:
I would recommend that you try using sonar to do the report aggregation for you.
See their public instance "nemo", to see the impressive capabilities that are offered.