Add deploy plugin to cadi shiro,oauth

Also add docker-compose file for csit jobs.

Issue-ID: AAF-199
Change-Id: I454eb1d602677126283502658c356ff4411dcb6e
Signed-off-by: Sai Gandham <sg481n@att.com>
diff --git a/cadi/shiro/pom.xml b/cadi/shiro/pom.xml
index 5dc86b2..69f2c74 100644
--- a/cadi/shiro/pom.xml
+++ b/cadi/shiro/pom.xml
@@ -161,6 +161,15 @@
                     </execution>
 				</executions>
 			</plugin>
+			<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-deploy-plugin</artifactId>
+					<version>2.8.1</version>
+					<configuration>
+						<skip>true</skip>
+					</configuration>
+	
+				</plugin>
 		</plugins>
 		
 	</build>