From 304efbf8672db43eef4f2e9e5d74a148890c73c0 Mon Sep 17 00:00:00 2001 From: Paul Vaduva Date: Tue, 11 Dec 2018 13:52:36 +0100 Subject: Enable vid docker build jobs to use java-1.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Overcome security features in java-1.8 that prevent the forked java VM’s to use relative paths for loading the classes. This fix was the simplest for arm64 docker build jobs, and the least affecting the x86 build’s. Change-Id: I3d9394ec698ca5ab5674e60ca5fcd9802f2ab04d Issue-ID: VID-366 Signed-off-by: Paul Vaduva --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 93f4f77b7..de4b76607 100644 --- a/pom.xml +++ b/pom.xml @@ -142,6 +142,9 @@ org.apache.maven.plugins maven-surefire-plugin 2.17 + + false + -- cgit 1.2.3-korg