From fbb0d926877d674f21d3c16964240fc317f37598 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Tue, 20 Nov 2018 21:13:44 +0530 Subject: [PATCH] surefire: ignore system classloader to make tests run (#3038) 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 b16ba583020..73d14feca1d 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