From e8211d3d5ab9ef5fd9a66230a94b1739d9dfe64b Mon Sep 17 00:00:00 2001 From: Michael Arrastia Date: Wed, 2 May 2018 17:13:25 +0100 Subject: [PATCH] Prevent deployment of champ-service.jar The deployment of champ-service.jar is causing the merge job to fail. The champ service jar is required for docker only. Change-Id: Ia944aae5cf19857e2890be4251534f59bbedd027 Issue-ID: AAI-1119 Signed-off-by: Michael Arrastia --- champ-service/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/champ-service/pom.xml b/champ-service/pom.xml index 71bf9fb..77e4680 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -287,6 +287,14 @@ limitations under the License. + + org.sonatype.plugins + nexus-staging-maven-plugin + + true + + + com.mycila license-maven-plugin -- 2.16.6