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

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

diff --git a/pom.xml b/pom.xml
index 81f6b58..0b803e9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
-  <groupId>org.openecomp.sdc</groupId>
+  <groupId>org.onap.sdc</groupId>
   <artifactId>onap-ui-angular</artifactId>
   <version>5.1.17</version>
   <packaging>pom</packaging>
@@ -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.inclusions>src/angular/**/*.ts</sonar.inclusions>-->
   </properties>
 
   <build>