diff options
author | Sai Gandham <sg481n@att.com> | 2018-03-27 20:33:30 +0000 |
---|---|---|
committer | Sai Gandham <sg481n@att.com> | 2018-03-27 20:33:37 +0000 |
commit | 649335a398f1d0fd7e7d42062c6618c99517ef5d (patch) | |
tree | 7598a19d4fe0defdb63f7b029b98845b33c7d29a /cadi/oauth-enduser | |
parent | 20c4a4ad243780161e9f9017ca1a871812da4e89 (diff) |
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>
Diffstat (limited to 'cadi/oauth-enduser')
-rw-r--r-- | cadi/oauth-enduser/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cadi/oauth-enduser/pom.xml b/cadi/oauth-enduser/pom.xml index df841a18..b89b3fe7 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> |