From e1d0e25da4f0d49adcd6d2bc2dc5f4f0bef4adfd Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Mon, 1 Feb 2021 22:06:16 -0500 Subject: Adding maven-deploy-plugin with deployeAtEnd true Issue-ID: CCSDK-3126 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I5c89ab63f58084808038e58b413bf51c29bcb93b --- oparent/pom.xml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'oparent') diff --git a/oparent/pom.xml b/oparent/pom.xml index 6ca7c830..b76f1ddc 100755 --- a/oparent/pom.xml +++ b/oparent/pom.xml @@ -71,15 +71,15 @@ org.onap.ccsdk.parent dependencies-bom 2.1.1-SNAPSHOT - import pom + import org.springframework.boot spring-boot-dependencies 2.3.5.RELEASE - import pom + import @@ -101,8 +101,6 @@ - - javax.annotation @@ -189,10 +187,19 @@ - + + org.apache.maven.plugins + maven-deploy-plugin + + 2.8 + + + true + + org.apache.maven.plugins maven-resources-plugin -- cgit 1.2.3-korg