diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-26 10:48:14 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-26 10:48:14 -0400 |
commit | b50321b613a139d7cb1732d1814194bafb657430 (patch) | |
tree | f89d19fb0b8b1dc6f5efda91eb6715115ba8fbb3 | |
parent | ee9341e37f22c8cef87c48569ffdff1057c27ebe (diff) |
Disable deploy pluginelalto
Disable deploy plugin in pgaas/pom.xml
Change-Id: I8f4dd9d1d9b96f85c489b38b29881250e1628c88
Issue-ID: CCSDK-1757
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
-rw-r--r-- | pgaas/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pgaas/pom.xml b/pgaas/pom.xml index 1c8eb5c..ab03d6f 100644 --- a/pgaas/pom.xml +++ b/pgaas/pom.xml @@ -72,6 +72,14 @@ limitations under the License. <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <version>2.8</version> + <configuration> + <skip>true</skip> + </configuration> + </plugin> </plugins> </pluginManagement> |