File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 358
358
<groupId >org.springframework.boot</groupId >
359
359
<artifactId >spring-boot-maven-plugin</artifactId >
360
360
</plugin >
361
+ <plugin >
362
+ <groupId >org.apache.maven.plugins</groupId >
363
+ <artifactId >maven-surefire-plugin</artifactId >
364
+ <configuration >
365
+ <argLine >@{argLine} -javaagent:${settings.localRepository} /org/mockito/mockito-core/${mockito.version} /mockito-core-${mockito.version} .jar</argLine >
366
+ </configuration >
367
+ </plugin >
361
368
362
369
<plugin >
363
370
<groupId >org.apache.maven.plugins</groupId >
374
381
<groupId >org.apache.maven.plugins</groupId >
375
382
<artifactId >maven-failsafe-plugin</artifactId >
376
383
<version >3.5.3</version >
384
+ <configuration >
385
+ <argLine >@{argLine} -javaagent:${settings.localRepository} /org/mockito/mockito-core/${mockito.version} /mockito-core-${mockito.version} .jar</argLine >
386
+ </configuration >
377
387
<executions >
378
388
<execution >
379
389
<goals >
You can’t perform that action at this time.
0 commit comments