Skip to content

Commit f380607

Browse files
build(deps): remove jacoco maven plugin in google-cloud-bom module (#5903)
* remove jacoco maven plugin --------- Co-authored-by: Tomo Suzuki <[email protected]>
1 parent 2a292e0 commit f380607

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

google-cloud-bom/pom.xml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -335,25 +335,6 @@
335335
<skipDeploy>true</skipDeploy>
336336
</configuration>
337337
</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-
<execution>
349-
<id>report</id>
350-
<phase>test</phase>
351-
<goals>
352-
<goal>report</goal>
353-
</goals>
354-
</execution>
355-
</executions>
356-
</plugin>
357338
<plugin>
358339
<groupId>com.coveo</groupId>
359340
<artifactId>fmt-maven-plugin</artifactId>

0 commit comments

Comments
 (0)