Disable ClassPathURLCheck for Java build
This is a workaround for Maven build failures due to bugs in openjdk-8 and surefire plugin until these packages are fixed. Change-Id: I9115a3567cc1ca7fc59d05e3b74171c031460065 Story: 2004256 Task: 27809
This commit is contained in:
parent
3196c1986d
commit
f48c40f124
@ -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-->
|
||||
|
Loading…
Reference in New Issue
Block a user