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 --- standalone/pom.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'standalone') diff --git a/standalone/pom.xml b/standalone/pom.xml index 3c931c0b..0d963d04 100755 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -194,10 +194,19 @@ - + + org.apache.maven.plugins + maven-deploy-plugin + + 2.8 + + + true + + com.github.ferstl depgraph-maven-plugin -- cgit 1.2.3-korg