-
Task
-
Resolution: Done
-
Major
-
None
-
None
add jacoco maven plugin to this project to capture code coverage data.
A new profile, e.g., jacoco should be created to contain jacoco configuration. During default build and test run, jacoco will not be triggered.
To enable jacoco, build and test with jacoco profile along with another primary profile. For example,
mvn clean verify -P jacoco,allTests
To view the jacoco coverage data:
open target/site/jacoco/index.html