diff options
author | sebdet <sebastien.determe@intl.att.com> | 2019-09-06 18:11:51 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2019-09-06 18:18:14 +0200 |
commit | 337f36602a553ecb937c041a27b1c7270571c647 (patch) | |
tree | 935f593c1cb43b421f14cf0e4b84e210cbdb2125 /pom.xml | |
parent | 64d4727e2bb0973cf61a125fed240c8c4952d6ff (diff) |
Fix sonar issues
FIx some issues reported incorrectly by sonar for the new javascript
code
Issue-ID: CLAMP-425
Change-Id: I485b727c3a6007c0f0f9301fcda526b028d6251f
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.clamp</groupId> <artifactId>clds</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.2-SNAPSHOT</version> <name>clamp</name> @@ -93,7 +93,7 @@ <!-- Enable language to disable javascript analysis --> <!-- <sonar.language>java</sonar.language> --> <!-- Parameters for Javascript coverage --> - <sonar.sources>src/main,${project.build.directory}/${ui.react.src}</sonar.sources> + <sonar.sources>src/main,${project.build.directory}/${ui.react.src}/src</sonar.sources> <sonar.javascript.lcov.reportPaths>${project.build.directory}/${ui.react.src}/coverage/lcov.info</sonar.javascript.lcov.reportPaths> <sonar.exclusions>src/main/resources/**</sonar.exclusions> |