From 6fa7fc955092595ed2dc4760a569ae178424e4a1 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Mon, 1 Feb 2021 16:11:38 -0500 Subject: Adding deployeAtEnd true to maven-deploy-plugin It will avoid scenario where few child modules have artifacts created in nexus and some are missing Issue-ID: CCSDK-3126 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I153719d9125213dc20b646d3fdfb31c8546ad49f --- odlparent/setup/src/main/resources/pom-template.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'odlparent/setup/src') diff --git a/odlparent/setup/src/main/resources/pom-template.xml b/odlparent/setup/src/main/resources/pom-template.xml index c37ba4a8..88db3226 100755 --- a/odlparent/setup/src/main/resources/pom-template.xml +++ b/odlparent/setup/src/main/resources/pom-template.xml @@ -367,6 +367,7 @@ 2.8 + true -- cgit