diff options
author | Sai Gandham <sg481n@att.com> | 2018-03-27 18:25:51 +0000 |
---|---|---|
committer | Sai Gandham <sg481n@att.com> | 2018-03-27 18:25:58 +0000 |
commit | 2caf7349e01426748a712540125fcf31a96028ed (patch) | |
tree | 7e62018ca9b83c4cd14e09f6a8c3b3f0111bcb4e /auth | |
parent | 6d8487a5cb4dd0970c9a0f8ba001c74356e13d9c (diff) |
Modify deploy plugin for authz
Issue-ID: AAF-197
Change-Id: I471d254ee3b4c443c822bce8be3b3c8f1e6b0aba
Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'auth')
-rw-r--r-- | auth/auth-client/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/auth-client/pom.xml b/auth/auth-client/pom.xml index a255b64a..25a406e4 100644 --- a/auth/auth-client/pom.xml +++ b/auth/auth-client/pom.xml @@ -120,7 +120,7 @@ <artifactId>maven-deploy-plugin</artifactId> <version>2.5</version> <configuration> - <skip>false</skip> + <skip>true</skip> </configuration> </plugin> |