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 2a292e0 commit f380607Copy full SHA for f380607
google-cloud-bom/pom.xml
@@ -335,25 +335,6 @@
335
<skipDeploy>true</skipDeploy>
336
</configuration>
337
</plugin>
338
- <plugin>
339
- <groupId>org.jacoco</groupId>
340
- <artifactId>jacoco-maven-plugin</artifactId>
341
- <version>0.8.8</version>
342
- <executions>
343
- <execution>
344
- <goals>
345
- <goal>prepare-agent</goal>
346
- </goals>
347
- </execution>
348
349
- <id>report</id>
350
- <phase>test</phase>
351
352
- <goal>report</goal>
353
354
355
- </executions>
356
- </plugin>
357
<plugin>
358
<groupId>com.coveo</groupId>
359
<artifactId>fmt-maven-plugin</artifactId>
0 commit comments