summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-os/pom.xml
diff options
context:
space:
mode:
authorRupinder <rupinsi1@in.ibm.com>2020-03-26 15:39:03 +0530
committerRupinder <rupinsi1@in.ibm.com>2020-03-26 15:39:12 +0530
commitc69a85ad86fd8c1050b0758a241a4a4b1931e432 (patch)
tree39bf461c40b4f663bc885ac9964c924f226844f5 /ecomp-sdk/epsdk-app-os/pom.xml
parent20c95c7edd0861504b50cd86a65ce888b1c6efa6 (diff)
delete the line from OS pom, add it to parent pom
Remove the sonar-property from os pom.xml and added it to parent project's pom.xml Issue-ID: PORTAL-834 Change-Id: I8296d4870f5d7710dc1e6c0bacc47c5bc40c64a4 Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
Diffstat (limited to 'ecomp-sdk/epsdk-app-os/pom.xml')
-rw-r--r--ecomp-sdk/epsdk-app-os/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/ecomp-sdk/epsdk-app-os/pom.xml b/ecomp-sdk/epsdk-app-os/pom.xml
index 26c85cd8..5daa8b93 100644
--- a/ecomp-sdk/epsdk-app-os/pom.xml
+++ b/ecomp-sdk/epsdk-app-os/pom.xml
@@ -38,7 +38,6 @@
<sonar.exclusions>**/node_modules/**,**/*.spec.ts</sonar.exclusions>
<sonar.test.inclusions>**/*.spec.ts</sonar.test.inclusions>
<sonar.tests>ngapp/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>