We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf6768a commit 8e44c5dCopy full SHA for 8e44c5d
1 file changed
pom.xml
@@ -546,6 +546,14 @@
546
<artifactId>maven-dependency-plugin</artifactId>
547
<version>2.4</version>
548
</plugin>
549
+ <plugin>
550
+ <groupId>org.apache.maven.plugins</groupId>
551
+ <artifactId>maven-surefire-plugin</artifactId>
552
+ <version>2.22.1</version>
553
+ <configuration>
554
+ <argLine>-Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine>
555
+ </configuration>
556
+ </plugin>
557
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
558
<plugin>
559
<groupId>org.eclipse.m2e</groupId>
0 commit comments