Configuring Continuum goals
As described in
Standard Usage for historic support
, the dashboard report plugin must be running in 3
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:persist
- aggregate all results of each report.
- store aggregated results in database.
- third goal
:
mvn dashboard:dashboard
- aggregate all results of each report.
- re-generate the dashboard HTML file.
- generate the historic dashboard HTML file with stored values in database.
- fourth goal
: mvn site:deploy