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 dafd821 commit ea66b35Copy full SHA for ea66b35
pom.xml
@@ -239,6 +239,13 @@
239
<plugin>
240
<groupId>org.apache.maven.plugins</groupId>
241
<artifactId>maven-dependency-plugin</artifactId>
242
+ <executions>
243
+ <execution>
244
+ <goals>
245
+ <goal>properties</goal>
246
+ </goals>
247
+ </execution>
248
+ </executions>
249
</plugin>
250
251
@@ -282,6 +289,12 @@
282
289
283
290
284
291
<artifactId>maven-surefire-plugin</artifactId>
292
+ <configuration>
293
+ <argLine>
294
+ @{argLine}
295
+ -javaagent:${org.mockito:mockito-core:jar}
296
+ </argLine>
297
+ </configuration>
285
298
286
299
287
300
0 commit comments