From 56606ead4ef3cec9a7573b18faf3ef3400722898 Mon Sep 17 00:00:00 2001 From: Malte Brunnlieb Date: Mon, 14 Sep 2020 14:27:57 +0200 Subject: [PATCH] don't deploy to nexus if deployment is skipped --- pom.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 9fdb165d7c..2076447393 100644 --- a/pom.xml +++ b/pom.xml @@ -162,6 +162,13 @@ ${skip.deployment} + + org.sonatype.plugins + nexus-staging-maven-plugin + + ${skip.deployment} + + @@ -357,7 +364,7 @@ - + org.sonatype.plugins nexus-staging-maven-plugin 1.6.3 @@ -428,13 +435,13 @@ true - + org.sonatype.plugins nexus-staging-maven-plugin true - + org.eclipse.tycho