update group id in pom.xml 85/66285/2
authorIdan Amit <ia096e@intl.att.com>
Wed, 12 Sep 2018 08:33:24 +0000 (11:33 +0300)
committerIdan Amit <ia096e@intl.att.com>
Thu, 13 Sep 2018 09:08:25 +0000 (12:08 +0300)
Updated the group id in the pom.xml from openecomp to onap
removed sonar.inclusion to prevent sonar job from failing

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

diff --git a/pom.xml b/pom.xml
index 0b803e9..bd3535f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
 
     <sonar.typescript.node>node/node</sonar.typescript.node>
     <sonar.sources>src/angular</sonar.sources>
-    <!--<sonar.inclusions>src/angular/**/*.ts</sonar.inclusions>-->
+    <sonar.exclusions>src/angular/**/*.ts</sonar.exclusions>
   </properties>
 
   <build>