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/oauth-enduser/pom.xml b/cadi/oauth-enduser/pom.xml
index df841a1..b89b3fe 100644
--- a/cadi/oauth-enduser/pom.xml
+++ b/cadi/oauth-enduser/pom.xml
@@ -184,6 +184,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>
</pluginManagement>
</build>