Skip to content

Commit b058a19

Browse files
committed
test exclusion of classes from test cov
1 parent 620b093 commit b058a19

File tree

1 file changed

+10
-0
lines changed
  • plugins/network-elements/nsx

1 file changed

+10
-0
lines changed

plugins/network-elements/nsx/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@
4343
</goals>
4444
</execution>
4545
</executions>
46+
<configuration>
47+
<excludes>
48+
<exclude>**/org/apache/cloudstack/agent/api/</exclude>
49+
<exclude>**/org/apache/cloudstack/api/response/*</exclude>
50+
</excludes>
51+
</configuration>
52+
</plugin>
53+
<plugin>
54+
<groupId>org.apache.maven.plugins</groupId>
55+
<artifactId>maven-surefire-plugin</artifactId>
4656
<configuration>
4757
<excludes>
4858
<exclude>**/org/apache/cloudstack/agent/api/*</exclude>

0 commit comments

Comments
 (0)