We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4c42c commit d8c0f23Copy full SHA for d8c0f23
1 file changed
pom.xml
@@ -210,10 +210,10 @@
210
<artifactId>maven-surefire-report-plugin</artifactId>
211
<version>2.19.1</version>
212
</plugin>
213
- <plugin>
+ <plugin>
214
<groupId>org.jacoco</groupId>
215
<artifactId>jacoco-maven-plugin</artifactId>
216
- <version>${jacoco.version}</version>
+ <version>0.8.6</version>
217
<executions>
218
<execution>
219
<goals>
@@ -232,8 +232,8 @@
232
</configuration>
233
</execution>
234
</executions>
235
- </plugin>
236
- </plugins>
+ </plugin>
+ </plugins>
237
</reporting>
238
239
<profiles>
0 commit comments