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-batch/pom.xml b/auth/auth-batch/pom.xml
index b98ff56..a2f5cee 100644
--- a/auth/auth-batch/pom.xml
+++ b/auth/auth-batch/pom.xml
@@ -76,6 +76,7 @@
 
 		<maven.test.failure.ignore>false</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>