Skip to content

Commit 387939b

Browse files
committed
#609 - Add Mockito as an agent to the build
- ok...now check what happens if there are basically no changes at all...
1 parent 670b898 commit 387939b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -437,16 +437,16 @@
437437
</executions>
438438
</plugin>
439439

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> &lt;!&ndash; pick an appropriate / latest version &ndash;&gt;-->
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>-->
450450

451451
<plugin>
452452
<groupId>org.jacoco</groupId>

0 commit comments

Comments
 (0)