summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorjegadeeshbabu3 <jegadeesh.babu@att.com>2020-03-17 23:05:19 +0530
committerjegadeeshbabu3 <jegadeesh.babu@att.com>2020-03-17 23:06:27 +0530
commitc8e0094ea4d8dfd232baacff4affcd2cefc9a5d8 (patch)
tree63a69536f32fe3754d2c81a49029a91ecc2551a9 /pom.xml
parentc953ac7f8c9a6ece47ba4b7195f8b9148944a45b (diff)
Added scm exclusion property to route
Added scm exclusion to root pom Issue-ID: PORTAL-837 Change-Id: I2157b3f50bdc0c757be85dc5a4135bfe889ac5de Signed-off-by: jz385p <jegadeesh.babu@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3fe2b711..e26a4060 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,6 +41,7 @@
<!-- <sonar.exclusions>**/scripts/**/*,**.js</sonar.exclusions> -->
<sonar.test.exclusions>**/test/**/*,**/tests/**/*</sonar.test.exclusions>
<enforcer.skip>false</enforcer.skip>
+ <sonar.scm.exclusions.disabled>true</sonar.scm.exclusions.disabled>
</properties>
<!-- Specify the repositories here to avoid coordination of ~/.m2/settings.xml