From 2fdbae088810819b99769a2a91b94d760158fa03 Mon Sep 17 00:00:00 2001 From: "Determe, Sebastien (sd378r)" Date: Tue, 22 Aug 2017 03:41:54 -0700 Subject: Attempt to fix SONAR result The oparent settings changes the files that clamp use for SONAR, therefore the coverage is not correct Change-Id: I18be2bbc1d8c6d33abf1b378f1c424d93d784a54 Issue-Id: CLAMP-43 Signed-off-by: Determe, Sebastien (sd378r) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7cd987353..2ccb28006 100644 --- a/pom.xml +++ b/pom.xml @@ -732,7 +732,7 @@ - jacoco-unit-tests + pre-unit-test prepare-agent @@ -742,7 +742,7 @@ - jacoco-integration-tests + pre-integration-test pre-integration-test prepare-agent -- cgit