From e51cb2a04f9565a5d1d45801d65bfe87434d041e Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Sun, 5 Apr 2020 15:45:51 -0400 Subject: [PATCH] Deactivate the install phase when the -SNAPSHOT suffix is not present under the jenkins-snapshot profile. --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 3b83f40..b6b8d10 100644 --- a/pom.xml +++ b/pom.xml @@ -263,6 +263,14 @@ ${skip.when.is.release.used} + + org.apache.maven.plugins + maven-install-plugin + 2.4 + + ${skip.when.is.release.used} + +