Hello, I want to generate a dashboard on a multiproject with the dashboard-maven-plugin. The multiproject is configured with the non-recursive option. Unfortunately, the dashboard plugin doens't generate a overall summary in the parent pom:
+-- pom.xml +-- module1 | + -- pom.xml +-- module2 | + -- pom.xml Does anybody have experience with non-recursive builds for multiprojects and dashboard plugin? Is the another way, than configuring a recurisive build definition for the parent pom? Thanks Kuno
