The DaCapo Benchmark Maven Plugin defines lifecycle bindings based on the build‐in lifecycle bindings of the jar package type.
| Phase | Goals |
|---|---|
| generate-resources | dacapo-benchmark:configuration |
| process-resources | resources:resources |
| compile | compiler:compile |
| process-test-resources | resources:testResources |
| test-compile | compiler:testCompile |
| test | surefire:test |
| prepare-package | dacapo-benchmark:package-data and dacapo-benchmark:package-libraries |
| package | jar:jar |
| integration-test | dacapo-benchmark:integration-test |
| verify | dacapo-benchmark:verify |
| install | install:install |
| deploy | deploy:deploy |