I have a maven multi-module project and I\'m using jacoco-maven for code coverage reports. Some classes should not be reported, as they\'re Spring configuration and I\'m not
Here is the working sample in pom.xml file.
pom.xml
org.jacoco jacoco-maven-plugin ${jacoco.version} prepare-agent prepare-agent post-unit-test test report default-check check target/jacoco.exec target/jacoco-ut PACKAGE COMPLEXITY COVEREDRATIO 0.00 com/pfj/fleet/dao/model/**/* target/jacoco.exec