diff options
author | Rupinder <rupinsi1@in.ibm.com> | 2020-03-26 15:39:03 +0530 |
---|---|---|
committer | Rupinder <rupinsi1@in.ibm.com> | 2020-03-26 15:39:12 +0530 |
commit | c69a85ad86fd8c1050b0758a241a4a4b1931e432 (patch) | |
tree | 39bf461c40b4f663bc885ac9964c924f226844f5 /ecomp-sdk/pom.xml | |
parent | 20c95c7edd0861504b50cd86a65ce888b1c6efa6 (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/pom.xml')
-rw-r--r-- | ecomp-sdk/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml index b5f59ada..c02d6f4b 100644 --- a/ecomp-sdk/pom.xml +++ b/ecomp-sdk/pom.xml @@ -54,6 +54,7 @@ <sonar.projectVersion>${project.version}</sonar.projectVersion> <sonar.skipDesign>true</sonar.skipDesign> <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir> + <sonar.scm.exclusions.disabled>true</sonar.scm.exclusions.disabled> </properties> <!-- Specify the repositories here to avoid coordination of ~/.m2/settings.xml |