Hi,

I tried to collect Cobertura stats in one place (and later an output from a few other plugins) for multimodule project and I found maven-dashboard-plugin. It looks very interesting, but I have a little problem with path for submodules.

In "Global DashBoard Report : MainProjectName" page:
${project_root}/target/site/dashboard-report-details.html
I have in "Cobertura Report Summary" links for "DashBoard Report" for submodule:
${project_root}/target/site/${submodule_name}/dashboard-report.html#cobertura

By default dashboard report is placed in:
${project_root}/${submodule_name}/target/size/dashboard-report.html#cobertura
and generated link doesn't work.

I was able to workaround a problem by defining:
<reporting>
  <outputDirectory>../target/site/${project.name}</outputDirectory>
  (...)
</reporting>
in every submodule, but maybe it can be done easier?


Regards
Marcin


---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to