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 :
- first goal
: mvn clean install site
- compile and test all sources.
- generate the site.
- let each report plugin generate its xml file.
- second goal
: mvn dashboard:dashboard
- aggregate all results of each report.
- re-generate the dashboard HTML file.
- third goal
: mvn site:deploy