Graphics only show in the top module not sub modules
Brought to you by:
benoitx,
dougculnane
pom.xml
-- parent
-- pom.xml
-- project 1
-- pom.xml
-- project 2
-- pom.xml
The top pom.xml has
<modules>
<module>parent</module>
<module>project 1</module>
<module>project 2</module>
</modules>
Run "mvn site" from the top pom.xml, all the statistic graphics ex: Lines of Code, do not appear in parent, project1, project2.
If run "mvn site" in parent, project 1, project 2 individually, the statistic graphics show up for each project.
does not work for 2.0.9 but using mvn 2.1.0 works fine now