From cc026b95671b60d39bfcba5e63b60ba8f3944b70 Mon Sep 17 00:00:00 2001 From: sebdet Date: Thu, 14 Jan 2021 11:09:16 +0100 Subject: Fix sonar Fix sonar report by re-enabling the jacoco in integration test phase (this is set in the policy integration parent) Issue-ID: POLICY-2922 Signed-off-by: sebdet Change-Id: I283aca6bc0e8b2518b72854fad0289bbc082b78d --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index af3f9822c..99f8c05ed 100644 --- a/pom.xml +++ b/pom.xml @@ -83,7 +83,6 @@ jacoco ${project.build.directory}/surefire-reports ${project.build.directory}/jacoco-html-xml-reports/jacoco.xml - true ${project.version} DEBUG ${project.build.directory}/${ui.react.src}/node/node @@ -1094,6 +1093,8 @@ ${project.build.directory}/coverage-reports/jacoco-it.exec failsafeArgLine + + false -- cgit 1.2.3-korg