From f04d3755f4b15b877dc291a0824ffc257ced2b61 Mon Sep 17 00:00:00 2001 From: ChrisC Date: Tue, 28 Jan 2020 14:14:53 +0100 Subject: Fix JS coverage reverting to sonar.sources to control source origin Issue-ID: CLAMP-626 Signed-off-by: ChrisC Change-Id: I39f33a3486b3534b8a815e5823e281ca1eff29a8 --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5f6d203b..17e76f64 100644 --- a/pom.xml +++ b/pom.xml @@ -96,8 +96,7 @@ DEBUG ${project.build.directory}/${ui.react.src}/node/node true - . - src/main/**,${ui.react.src}/src/** + src/main,${project.build.directory}/${ui.react.src}/src src/main/resources/** true ${project.build.directory}/${ui.react.src}/coverage/lcov.info -- cgit 1.2.3-korg