From 9abd198502815fe6f54db06bb84a31fc36cb43e1 Mon Sep 17 00:00:00 2001 From: ChrisC Date: Tue, 28 Jan 2020 11:00:02 +0100 Subject: [PATCH] Fix Sonar JS Trying to apply other properties for JS scan Issue-ID: CLAMP-626 Signed-off-by: ChrisC Change-Id: Iae2cd8014f54260fa90d8f489f1316ac422e99de --- pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c66f2cfc..5f6d203b 100644 --- a/pom.xml +++ b/pom.xml @@ -93,9 +93,11 @@ - true + DEBUG + ${project.build.directory}/${ui.react.src}/node/node + true . - src/main/**,{ui.react.src}/src/** + src/main/**,${ui.react.src}/src/** src/main/resources/** true ${project.build.directory}/${ui.react.src}/coverage/lcov.info -- 2.16.6