test exclusion of classes from test cov

This commit is contained in:
Pearl Dsilva 2024-01-02 08:40:11 -05:00
parent 620b093f9b
commit b058a19429
1 changed files with 10 additions and 0 deletions

View File

@ -43,6 +43,16 @@
</goals>
</execution>
</executions>
<configuration>
<excludes>
<exclude>**/org/apache/cloudstack/agent/api/</exclude>
<exclude>**/org/apache/cloudstack/api/response/*</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/org/apache/cloudstack/agent/api/*</exclude>