Skip to content

Commit d298ddc

Browse files
committed
https://github.com/nmcl/JavaSim/issues/66
1 parent c2850bd commit d298ddc

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@
2121
<encoding>UTF-8</encoding>
2222
</configuration>
2323
</plugin>
24+
<plugin>
25+
<groupId>org.apache.maven.plugins</groupId>
26+
<artifactId>maven-surefire-plugin</artifactId>
27+
<version>2.17</version>
28+
<configuration>
29+
<!-- see: https://stackoverflow.com/questions/53010200/maven-surefire-could-not-find-forkedbooter-class -->
30+
<argLine>-Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine>
31+
</configuration>
32+
</plugin>
2433
</plugins>
2534
</build>
2635
<dependencies>

0 commit comments

Comments
 (0)