Skip to content

Commit

Permalink
exclude service and data holder classes
Browse files Browse the repository at this point in the history
  • Loading branch information
DilshanSenarath committed Oct 11, 2024
1 parent a03ef5b commit a4f3258
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/email-mgt/org.wso2.carbon.email.mgt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,12 @@
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${jacoco.version}</version>
<configuration>
<excludes>
<exclude>org/wso2/carbon/email/mgt/internal/I18nMgtServiceComponent.class</exclude>
<exclude>org/wso2/carbon/email/mgt/internal/I18nMgtDataHolder.class</exclude>
</excludes>
</configuration>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit a4f3258

Please sign in to comment.