From: Paul Vaduva Date: Tue, 18 Dec 2018 11:57:09 +0000 (+0100) Subject: Enable vid docker build jobs to use java-1.8 X-Git-Tag: 4.0.0~104 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0b65d4053eb41fd4747c5718ffd1cbd5d46fc455;p=vid.git Enable vid docker build jobs to use java-1.8 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. We need to modify all the definitions of surefire. Change-Id: I0c10598c1c3a8765e1f1b509288a694b60df7389 Issue-ID: VID-366 Signed-off-by: Paul Vaduva --- diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml index 85731d1b9..b46c0fe81 100755 --- a/epsdk-app-onap/pom.xml +++ b/epsdk-app-onap/pom.xml @@ -143,6 +143,7 @@ classpath: + false @@ -210,6 +211,9 @@ maven-surefire-plugin 2.17 + + false + org.sonarsource.scanner.maven diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 658bf71d5..d687568dc 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -173,6 +173,7 @@ classpath: + false diff --git a/vid-automation/pom.xml b/vid-automation/pom.xml index 75d48a4b5..f8bd6460b 100644 --- a/vid-automation/pom.xml +++ b/vid-automation/pom.xml @@ -224,6 +224,7 @@ -javaagent:${settings.localRepository}/org/aspectj/aspectjweaver/${aspectj.version}/aspectjweaver-${aspectj.version}.jar + false