aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIdan Amit <ia096e@intl.att.com>2018-09-12 11:33:24 +0300
committerIdan Amit <ia096e@intl.att.com>2018-09-13 12:08:25 +0300
commit28c17265f5f02c3a1a1f77bb53f98a9c0888bc1c (patch)
tree7e9dfabc378bde2346d2ea83096898c93137e124
parentf91693369b866ae9ceefcc0bd1b2d57b33e72787 (diff)
update group id in pom.xml
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>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 0b803e9..bd3535f 100644
--- 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>