summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorChrisC <christophe.closset@intl.att.com>2020-01-28 09:26:47 +0100
committerChrisC <christophe.closset@intl.att.com>2020-01-28 09:28:30 +0100
commit933f75fb5c4934c0e304c91d011a07a672555483 (patch)
tree1728cf818fb9e979fd4838b7d4a82aeccfd46a9e /pom.xml
parent83ad93ca0b3d6c81166a84eadc96e738f723fdb9 (diff)
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 <christophe.closset@intl.att.com> Change-Id: Iccede3dc4c1e9a8f2c80ef3e763cbbcbdde489ab
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c65216f6..c66f2cfc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,8 +93,9 @@
<!-- Enable language to disable javascript analysis -->
<!-- <sonar.language>java</sonar.language> -->
<!-- Parameters for Javascript coverage -->
+ <sonar.verbose>true</sonar.verbose>
<sonar.sources>.</sonar.sources>
- <sonar.inclusions>src/main/**,${project.build.directory}/${ui.react.src}/src/**</sonar.inclusions>
+ <sonar.inclusions>src/main/**,{ui.react.src}/src/**</sonar.inclusions>
<sonar.exclusions>src/main/resources/**</sonar.exclusions>
<sonar.scm.exclusions.disabled>true</sonar.scm.exclusions.disabled>
<sonar.javascript.lcov.reportPaths>${project.build.directory}/${ui.react.src}/coverage/lcov.info</sonar.javascript.lcov.reportPaths>