About Continuum integration with Maven Dashboard Report Plugin

Configuring Continuum goals for Dashboard report usage

As described in Standard Usage , the dashboard report plugin must be running in 2 passes.

To work fine with Continuum , you must configure the goals as :

  1. first goal : mvn clean install site
    1. compile and test all sources.
    2. generate the site.
    3. let each report plugin generate its xml file.
  2. second goal : mvn dashboard:dashboard
    1. aggregate all results of each report.
    2. re-generate the dashboard HTML file.
  3. third goal : mvn site:deploy