From 8dad6dfbab808df0a6209a52bd321ed436652bb6 Mon Sep 17 00:00:00 2001 From: sunil unnava Date: Mon, 27 Aug 2018 16:04:18 -0400 Subject: [PATCH] remove default-deploy phase from build lifecycle Issue-ID: DMAAP-628 Change-Id: I1298f8a2314f0365f786371fb44b2bf4bf55d810 Signed-off-by: sunil unnava --- pom.xml | 47 +++++++++++++++++++++++++++++------------------ 1 file changed, 29 insertions(+), 18 deletions(-) diff --git a/pom.xml b/pom.xml index 989043e..c402ca2 100644 --- a/pom.xml +++ b/pom.xml @@ -53,11 +53,8 @@ - + org.apache.maven.plugins @@ -90,19 +87,33 @@ - - - org.sonatype.plugins - nexus-staging-maven-plugin - false - - - injected-nexus-deploy - none - - - - + + org.sonatype.plugins + nexus-staging-maven-plugin + false + + + injected-nexus-deploy + none + + + + + maven-deploy-plugin + 2.8 + + + default-deploy + none + + + + + + + + + com.spotify docker-maven-plugin -- 2.16.6