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 --- springboot/spring-boot-setup/src/main/resources/pom-template.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'springboot/spring-boot-setup') diff --git a/springboot/spring-boot-setup/src/main/resources/pom-template.xml b/springboot/spring-boot-setup/src/main/resources/pom-template.xml index 9af13346..37f95e3d 100644 --- a/springboot/spring-boot-setup/src/main/resources/pom-template.xml +++ b/springboot/spring-boot-setup/src/main/resources/pom-template.xml @@ -294,6 +294,7 @@ 2.8 + true -- cgit 1.2.3-korg