File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 437
437
</executions >
438
438
</plugin >
439
439
440
- <plugin >
441
- <groupId >org.apache.maven.plugins</groupId >
442
- <artifactId >maven-surefire-plugin</artifactId >
443
- <version >3.5.4</version > <!-- pick an appropriate / latest version -->
444
- <configuration >
445
- <argLine >
446
- -javaagent:${settings.localRepository} /org/mockito/mockito-core/${mockito.version} /mockito-core-${mockito.version} .jar
447
- </argLine >
448
- </configuration >
449
- </plugin >
440
+ <!-- <plugin> -- >
441
+ <!-- <groupId>org.apache.maven.plugins</groupId> -- >
442
+ <!-- <artifactId>maven-surefire-plugin</artifactId> -- >
443
+ <!-- <version>3.5.4</version> <!– pick an appropriate / latest version –> -->
444
+ <!-- <configuration> -- >
445
+ <!-- <argLine> -- >
446
+ <!-- -javaagent:${settings.localRepository}/org/mockito/mockito-core/${mockito.version}/mockito-core-${mockito.version}.jar-->
447
+ <!-- </argLine> -- >
448
+ <!-- </configuration> -- >
449
+ <!-- </plugin> -- >
450
450
451
451
<plugin >
452
452
<groupId >org.jacoco</groupId >
You can’t perform that action at this time.
0 commit comments