Modify sonar properties in pom files
Issue-ID: AAF-129
Change-Id: I284cdfb8bf84a049f762d76822f6fa0b0ef5daca
Signed-off-by: Sai Gandham <sg481n@att.com>
diff --git a/auth/auth-locate/pom.xml b/auth/auth-locate/pom.xml
index 88a608f..1699da2 100644
--- a/auth/auth-locate/pom.xml
+++ b/auth/auth-locate/pom.xml
@@ -28,7 +28,7 @@
<properties>
<maven.test.failure.ignore>true</maven.test.failure.ignore>
<!-- SONAR -->
- <sonar.skip>true</sonar.skip>
+ <!-- <sonar.skip>true</sonar.skip> -->
<jacoco.version>0.7.7.201606060606</jacoco.version>
<sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version>
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>