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) <ks220y@att.com>
Change-Id: I153719d9125213dc20b646d3fdfb31c8546ad49f
diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml
index ac57e3e..4009754 100644
--- a/springboot/springboot1/pom.xml
+++ b/springboot/springboot1/pom.xml
@@ -294,6 +294,7 @@
<version>2.8</version>
<configuration>
<skip/>
+ <deployAtEnd>true</deployAtEnd>
</configuration>
</plugin>
<plugin>