Merge "Disable ClassPathURLCheck for Java build"

This commit is contained in:
Zuul 2018-11-09 18:15:56 +00:00 committed by Gerrit Code Review
commit 9ab311035d
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,10 @@
</artifactNamedVersion>
<shadedJarName>${project.artifactId}-${project.version}-shaded
</shadedJarName>
<!-- This line can be removed after updating openjdk-8-jdk package
to version newer then 8u181-b13-2 and/or maven-surefire-plugin 3.0.0
is released. -->
<argLine>-Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine>
</properties>
<!--Needed for buildnumber-maven-plugin-->