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 b1dc55f commit ac509bfCopy full SHA for ac509bf
pom.xml
@@ -690,7 +690,7 @@ under the License.
690
<artifactId>maven-surefire-plugin</artifactId>
691
<version>3.5.2</version>
692
<configuration>
693
- <argLine>-Xmx256m</argLine>
+ <argLine>-Xmx256m -Djava.library.path=${basedir}</argLine>
694
</configuration>
695
</plugin>
696
<plugin>
@@ -874,7 +874,7 @@ under the License.</licenseText>
874
<groupId>org.apache.maven.plugins</groupId>
875
876
877
- <argLine>-Xmx256m -javaagent:${org.mockito:mockito-core:jar}</argLine>
+ <argLine>-Xmx256m -javaagent:${org.mockito:mockito-core:jar} -Djava.library.path=${basedir}</argLine>
878
879
880
</plugins>
0 commit comments