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/odlparent/mdsal-it-parent/pom.xml b/odlparent/mdsal-it-parent/pom.xml
index c601821..47586be 100644
--- a/odlparent/mdsal-it-parent/pom.xml
+++ b/odlparent/mdsal-it-parent/pom.xml
@@ -367,6 +367,7 @@
<version>2.8</version>
<configuration>
<skip/>
+ <deployAtEnd>true</deployAtEnd>
</configuration>
</plugin>
<plugin>