Added tests to sdc-pubsub 79/61179/1
authorIdan Amit <ia096e@intl.att.com>
Sun, 19 Aug 2018 16:41:34 +0000 (19:41 +0300)
committerIdan Amit <ia096e@intl.att.com>
Sun, 19 Aug 2018 16:41:34 +0000 (19:41 +0300)
Changed path to node for SonarTS plugin

Change-Id: If383eeaeec4ce22651e85ef377f75f4dde3a6757
Issue-ID: SDC-1542
Signed-off-by: Idan Amit <ia096e@intl.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index cf2dcfb..b186789 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
                <nexus.proxy>https://nexus.onap.org</nexus.proxy>
                <staging.profile.id>176c31dfe190a</staging.profile.id>
 
-        <sonar.typescript.node>node</sonar.typescript.node>
+        <sonar.typescript.node>node/node</sonar.typescript.node>
         <sonar.sources>lib</sonar.sources>
         <sonar.inclusions>lib/*.ts</sonar.inclusions>
         <sonar.tests>lib</sonar.tests>