Skip some modules from sonar

Skipping auth batch,client,hello,fs,gui,cadi shiro,cadi oauth
misc log4j,misc xgen.

Issue-ID: AAF-208
Change-Id: Ib589f755b23d0b9b455acff8726225dd023f27f6
Signed-off-by: Sai Gandham <sg481n@att.com>
diff --git a/auth/auth-locate/pom.xml b/auth/auth-locate/pom.xml
index 68a33ee..808414c 100644
--- a/auth/auth-locate/pom.xml
+++ b/auth/auth-locate/pom.xml
@@ -28,6 +28,7 @@
 	<properties>
 		<maven.test.failure.ignore>true</maven.test.failure.ignore>
 		<!-- SONAR -->
+		<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>