Fix sonar issues & modify deploy property

Added oparent on submodule parent pom's.
Add license to missing java files.

Issue-ID: AAF-208
Change-Id: I1d5efe8f91e2bc60af8b2cec67f31d511b44b62c
Signed-off-by: Sai Gandham <sg481n@att.com>
diff --git a/auth/auth-cass/pom.xml b/auth/auth-cass/pom.xml
index 4154088..4bec726 100644
--- a/auth/auth-cass/pom.xml
+++ b/auth/auth-cass/pom.xml
@@ -139,7 +139,7 @@
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-deploy-plugin</artifactId>
 				<configuration>
-					<skip>true</skip>
+					<skip>false</skip>
 				</configuration>
 			</plugin>
 	        <plugin>