summaryrefslogtreecommitdiffstats
path: root/gui-clamp/pom.xml
diff options
context:
space:
mode:
authorsaul.gill <saul.gill@est.tech>2021-11-01 15:12:48 +0000
committersaul.gill <saul.gill@est.tech>2021-11-02 12:51:36 +0000
commit3ce3724d46c0c1d4d13613b1920e3da858117e23 (patch)
treeeb143b91828ec27f7a295aa70084ec4187d91ccb /gui-clamp/pom.xml
parent28d5047cecd111e380fe78d2d1d7e4756b78ed12 (diff)
Adding gui-clamp coverage to sonar
Added sonar properties to pom.xml Added jest sonar properties to package.json Issue-ID: POLICY-3804 Change-Id: I1b5bc67bc5457661ed56fdfe4d7fd260282f664b Signed-off-by: saul.gill <saul.gill@est.tech>
Diffstat (limited to 'gui-clamp/pom.xml')
-rw-r--r--gui-clamp/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui-clamp/pom.xml b/gui-clamp/pom.xml
index d9cd62c..01978fb 100644
--- a/gui-clamp/pom.xml
+++ b/gui-clamp/pom.xml
@@ -33,6 +33,9 @@
<ui.react.src>ui-react</ui.react.src>
<ui.react.lib.src>ui-react-lib</ui.react.lib.src>
<npm.publish.url>https://nexus3.onap.org/repository/npm.snapshot/</npm.publish.url>
+ <sonar.nodejs.executable>${project.build.directory}/ui-react/node/node</sonar.nodejs.executable>
+ <sonar.sources>${project.basedir}/ui-react/src</sonar.sources>
+ <sonar.exclusions>**/*.test.js</sonar.exclusions>
</properties>
<build>
<plugins>