We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ef9c0 commit 3d597b6Copy full SHA for 3d597b6
pom.xml
@@ -434,7 +434,7 @@
434
<artifactId>maven-failsafe-plugin</artifactId>
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>
+ <argLine>@{argLine} -javaagent:"${settings.localRepository}/org/mockito/mockito-core/${mockito.version}/mockito-core-${mockito.version}.jar"</argLine>
438
</configuration>
439
<executions>
440
<execution>
0 commit comments