Skip to content
Snippets Groups Projects
Commit 1617f045 authored by Long Cheng's avatar Long Cheng
Browse files

upgrade jacoco-maven-plugin version

parent 7810b99b
No related branches found
No related tags found
1 merge request!417AWS sync dev to master
Pipeline #205508 failed
...@@ -197,12 +197,16 @@ ...@@ -197,12 +197,16 @@
<plugin> <plugin>
<groupId>org.jacoco</groupId> <groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId> <artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.6</version> <version>0.8.10</version>
<executions> <executions>
<execution> <execution>
<goals> <goals>
<goal>prepare-agent</goal> <goal>prepare-agent</goal>
</goals> </goals>
<configuration>
<!-- Sets the VM argument line used when unit tests are run. -->
<propertyName>jacocoArgLine</propertyName>
</configuration>
</execution> </execution>
<execution> <execution>
<id>report</id> <id>report</id>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment