summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjegadeeshbabu3 <jegadeesh.babu@att.com>2020-03-18 19:01:13 +0530
committerjegadeeshbabu3 <jegadeesh.babu@att.com>2020-03-18 19:03:54 +0530
commitaa3977cd66a4fe27fe3f00257872f8c438fd3c92 (patch)
tree815dce573aa9f7a0ef67b5cef5c6e3f82332afc3
parent6682b263f1a9a55fa9158eb8ef980930e845116d (diff)
skip sonar scan property temporarily
skip module property Issue-ID: PORTAL-837 Change-Id: Ic9402926f3ded5a553b41d328dea37473020b582 Signed-off-by: jz385p <jegadeesh.babu@att.com>
-rw-r--r--portal-BE/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/portal-BE/pom.xml b/portal-BE/pom.xml
index cda52df2..f7f9c371 100644
--- a/portal-BE/pom.xml
+++ b/portal-BE/pom.xml
@@ -186,6 +186,7 @@
<properties>
<docker.image.prefix>portal</docker.image.prefix>
<sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml,${project.reporting.outputDirectory}/jacoco-it/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
+ <sonar.skip>true</sonar.skip>
</properties>
<build>
<plugins>