File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 395
395
<groupId >org.springframework.boot</groupId >
396
396
<artifactId >spring-boot-maven-plugin</artifactId >
397
397
</plugin >
398
+ <plugin >
399
+ <groupId >org.apache.maven.plugins</groupId >
400
+ <artifactId >maven-dependency-plugin</artifactId >
401
+ <executions >
402
+ <execution >
403
+ <goals >
404
+ <goal >properties</goal >
405
+ </goals >
406
+ </execution >
407
+ </executions >
408
+ </plugin >
409
+ <plugin >
410
+ <groupId >org.apache.maven.plugins</groupId >
411
+ <artifactId >maven-surefire-plugin</artifactId >
412
+ <configuration >
413
+ <systemPropertyVariables >
414
+ <java .util.logging.manager>org.jboss.logmanager.LogManager</java .util.logging.manager>
415
+ <maven .home>${maven.home} </maven .home>
416
+ </systemPropertyVariables >
417
+ <argLine >@{argLine} -javaagent:${settings.localRepository} /org/mockito/mockito-core/${mockito.version} /mockito-core-${mockito.version} .jar</argLine >
418
+ </configuration >
419
+ </plugin >
398
420
399
421
<plugin >
400
422
<groupId >org.apache.maven.plugins</groupId >
411
433
<groupId >org.apache.maven.plugins</groupId >
412
434
<artifactId >maven-failsafe-plugin</artifactId >
413
435
<version >3.5.4</version >
436
+ <configuration >
437
+ <argLine >@{argLine} -javaagent:${settings.localRepository} /org/mockito/mockito-core/${mockito.version} /mockito-core-${mockito.version} .jar</argLine >
438
+ </configuration >
414
439
<executions >
415
440
<execution >
416
441
<goals >
You can’t perform that action at this time.
0 commit comments