<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/package1/subpackage/*</exclude>
</excludes>
</configuration>
</plugin>
I want to ignore all class under certain package. Im running Code coverage option given in the eclipse itself. If anything is wrong comment down