diff options
author | Idan Amit <ia096e@intl.att.com> | 2018-09-12 11:33:24 +0300 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2018-09-12 11:33:24 +0300 |
commit | f91693369b866ae9ceefcc0bd1b2d57b33e72787 (patch) | |
tree | 2c479f588a966c0343dab37e67cdb37b3d0dd379 /pom.xml | |
parent | 3c9652b1c02454b73e0478616ec07a0d41db31a4 (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: I5717c4507c0b157573be27d4a76834d5a248e0ad
Issue-ID: SDC-1753
Signed-off-by: Idan Amit <ia096e@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |