We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2850bd commit d298ddcCopy full SHA for d298ddc
1 file changed
pom.xml
@@ -21,6 +21,15 @@
21
<encoding>UTF-8</encoding>
22
</configuration>
23
</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>
33
</plugins>
34
</build>
35
<dependencies>
0 commit comments