From f48c40f124b5c675b110fec51a5e7d605ad481c6 Mon Sep 17 00:00:00 2001 From: Witold Bedyk Date: Tue, 6 Nov 2018 14:27:12 +0100 Subject: [PATCH] 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 --- java/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/java/pom.xml b/java/pom.xml index 90203ec1..96c9260a 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -29,6 +29,10 @@ ${project.artifactId}-${project.version}-shaded + + -Djdk.net.URLClassPath.disableClassPathURLCheck=true