From 10f5043e45c14dc2f110de8485c7c2613fe1fa0c Mon Sep 17 00:00:00 2001 From: "Lee, Tian (tl5884)" Date: Wed, 9 Oct 2019 17:26:04 +0100 Subject: [PATCH] Attempt to fix maven stage job Stage job seems to be failing when trying to sign the model-loader jar in m2repo. Hopefully un-skipping the maven deploy plugin will make the jar available to sign. Change-Id: Ie072a55b7b15b7abea61ba5e60ebd22052378998 Issue-ID: AAI-2679 Signed-off-by: Lee, Tian (tl5884) --- pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pom.xml b/pom.xml index 2ecb68d..16cbba9 100644 --- a/pom.xml +++ b/pom.xml @@ -403,9 +403,6 @@ org.apache.maven.plugins maven-deploy-plugin - - true - maven-assembly-plugin -- 2.16.6