From 933f75fb5c4934c0e304c91d011a07a672555483 Mon Sep 17 00:00:00 2001 From: ChrisC Date: Tue, 28 Jan 2020 09:26:47 +0100 Subject: Adding more logs and try relative path Adding More logs to the scanner to understand why some sources are not taken into account + trying relative path for inclusion based on SonarCloud doc recommendation Issue-ID: CLAMP-626 Signed-off-by: ChrisC Change-Id: Iccede3dc4c1e9a8f2c80ef3e763cbbcbdde489ab --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index c65216f6..c66f2cfc 100644 --- a/pom.xml +++ b/pom.xml @@ -93,8 +93,9 @@ + true . - src/main/**,${project.build.directory}/${ui.react.src}/src/** + src/main/**,{ui.react.src}/src/** src/main/resources/** true ${project.build.directory}/${ui.react.src}/coverage/lcov.info -- cgit 1.2.3-korg