We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce8d0cd commit 620b093Copy full SHA for 620b093
plugins/network-elements/nsx/pom.xml
@@ -35,10 +35,18 @@
35
<groupId>org.jacoco</groupId>
36
<artifactId>jacoco-maven-plugin</artifactId>
37
<version>${cs.jacoco-plugin.version}</version>
38
+ <executions>
39
+ <execution>
40
+ <id>default-prepare-agent</id>
41
+ <goals>
42
+ <goal>prepare-agent</goal>
43
+ </goals>
44
+ </execution>
45
+ </executions>
46
<configuration>
47
<excludes>
- <exclude>**/org/apache/cloudstack/agent/api/**</exclude>
- <exclude>**/org/apache/cloudstack/api/response/**</exclude>
48
+ <exclude>**/org/apache/cloudstack/agent/api/*</exclude>
49
+ <exclude>**/org/apache/cloudstack/api/response/*</exclude>
50
</excludes>
51
</configuration>
52
</plugin>
0 commit comments