From d7275e776cbfa0484d82700bdabf47da91b46114 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Thu, 11 Jul 2019 13:57:51 -0400 Subject: Disable deploy plugin Disable maven-deploy-plugin to resolve build failure. Change-Id: I9158b158a8ccd1e64aac556452b168a310a0329e Issue-ID: CCSDK-1475 Signed-off-by: Timoney, Dan (dt5972) --- helm/pom.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'helm') diff --git a/helm/pom.xml b/helm/pom.xml index 3290e32..f1a716c 100644 --- a/helm/pom.xml +++ b/helm/pom.xml @@ -72,6 +72,25 @@ limitations under the License. true + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8 + + true + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8 + + true + + @@ -138,7 +157,6 @@ limitations under the License. org.codehaus.mojo exec-maven-plugin - 1.2.1 clean phase script -- cgit 1.2.3-korg