We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c7ebc2 + ffbf2cd commit 441f0dbCopy full SHA for 441f0db
pom.xml
@@ -218,6 +218,13 @@
218
<groupId>org.apache.maven.plugins</groupId>
219
<artifactId>maven-dependency-plugin</artifactId>
220
<version>${dependencyPluginVersion}</version>
221
+ <executions>
222
+ <execution>
223
+ <goals>
224
+ <goal>properties</goal>
225
+ </goals>
226
+ </execution>
227
+ </executions>
228
</plugin>
229
<plugin>
230
@@ -303,6 +310,9 @@
303
310
304
311
<artifactId>maven-surefire-plugin</artifactId>
305
312
<version>${surefirePluginVersion}</version>
313
+ <configuration>
314
+ <argLine>@{argLine} -javaagent:${org.mockito:mockito-core:jar}</argLine>
315
+ </configuration>
306
316
307
317
308
318
<groupId>org.jacoco</groupId>
0 commit comments