diff options
author | jegadeeshbabu3 <jegadeesh.babu@att.com> | 2020-03-16 20:49:49 +0530 |
---|---|---|
committer | jegadeeshbabu3 <jegadeesh.babu@att.com> | 2020-03-16 20:50:25 +0530 |
commit | c953ac7f8c9a6ece47ba4b7195f8b9148944a45b (patch) | |
tree | a49ce80defc099ecd8de220b4e436a30d17f3cc6 /portal-FE-os/pom.xml | |
parent | d7c3aae80ea1c8c9af4d7981bb77b68be7974427 (diff) |
Fixed sonar version related issue
Fixed sonar latest version realted issue
Issue-ID: PORTAL-837
Change-Id: I8b82f083c5449032706c88e46782572467f075a3
Signed-off-by: jz385p <jegadeesh.babu@att.com>
Diffstat (limited to 'portal-FE-os/pom.xml')
-rw-r--r-- | portal-FE-os/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/portal-FE-os/pom.xml b/portal-FE-os/pom.xml index 57507bfb..85def902 100644 --- a/portal-FE-os/pom.xml +++ b/portal-FE-os/pom.xml @@ -17,7 +17,9 @@ <sonar.exclusions>**/node_modules/**,**/*.spec.ts,**/*.module.ts,**/environment.prod.ts,**/*.js,**/main.ts,**/header-interceptor.ts,**/dynamic-widget.component.ts</sonar.exclusions> <sonar.test.inclusions>**/*.spec.ts</sonar.test.inclusions> <sonar.tests>src</sonar.tests> + <sonar.scm.exclusions.disabled>true</sonar.scm.exclusions.disabled> <sonar.sourceEncoding>UTF-8</sonar.sourceEncoding> + <sonar.nodejs.executable>node</sonar.nodejs.executable> </properties> <build> |