We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 620b093 commit b058a19Copy full SHA for b058a19
plugins/network-elements/nsx/pom.xml
@@ -43,6 +43,16 @@
43
</goals>
44
</execution>
45
</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>
56
<configuration>
57
<excludes>
58
<exclude>**/org/apache/cloudstack/agent/api/*</exclude>
0 commit comments