From 086f0662c3549cdfeb2ef81462fbb771d007fc6f Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Mon, 19 Nov 2018 16:03:05 +0530 Subject: [PATCH] surefire: ignore system classloader to make tests run Due to issue described in Surefix bug: https://issues.apache.org/jira/browse/SUREFIRE-1588 Debian-based users/developers can no longer build CloudStack 4.11+ branches. The other workaround is to have the following jvm property: jdk.net.URLClassPath.disableClassPathURLCheck=true Signed-off-by: Rohit Yadav --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index f94e7bcdc749..18f149db356c 100644 --- a/pom.xml +++ b/pom.xml @@ -1047,6 +1047,7 @@ maven-surefire-plugin 2.18.1 + false -Djava.security.egd=file:/dev/./urandom -noverify