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 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-dependency-plugin</artifactId >
364
+ <executions >
365
+ <execution >
366
+ <goals >
367
+ <goal >properties</goal >
368
+ </goals >
369
+ </execution >
370
+ </executions >
371
+ </plugin >
372
+ <plugin >
373
+ <groupId >org.apache.maven.plugins</groupId >
374
+ <artifactId >maven-surefire-plugin</artifactId >
375
+ <configuration >
376
+ <systemPropertyVariables >
377
+ <java .util.logging.manager>org.jboss.logmanager.LogManager</java .util.logging.manager>
378
+ <maven .home>${maven.home} </maven .home>
379
+ </systemPropertyVariables >
380
+ <argLine >@{argLine} -javaagent:${settings.localRepository} /org/mockito/mockito-core/${mockito.version} /mockito-core-${mockito.version} .jar</argLine >
381
+ </configuration >
382
+ </plugin >
361
383
362
384
<plugin >
363
385
<groupId >org.apache.maven.plugins</groupId >
374
396
<groupId >org.apache.maven.plugins</groupId >
375
397
<artifactId >maven-failsafe-plugin</artifactId >
376
398
<version >3.5.3</version >
399
+ <configuration >
400
+ <argLine >@{argLine} -javaagent:${settings.localRepository} /org/mockito/mockito-core/${mockito.version} /mockito-core-${mockito.version} .jar</argLine >
401
+ </configuration >
377
402
<executions >
378
403
<execution >
379
404
<goals >
You can’t perform that action at this time.
0 commit comments