We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3abb858 commit 06d012dCopy full SHA for 06d012d
gapic-generator-java-pom-parent/pom.xml
@@ -167,6 +167,11 @@
167
</goals>
168
<configuration>
169
<propertyName>surefire.jacoco.args</propertyName>
170
+ <excludes>
171
+ <exclude>sun/**</exclude>
172
+ <exclude>jdk/**</exclude>
173
+ <exclude>java/**</exclude>
174
+ </excludes>
175
</configuration>
176
</execution>
177
<execution>
gapic-generator-java/pom.xml
@@ -336,6 +336,13 @@
336
<goals>
337
<goal>prepare-agent</goal>
338
339
+ <configuration>
340
341
342
343
344
345
+ </configuration>
346
347
348
<id>report</id>
0 commit comments