diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-02-01 16:11:38 -0500 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-02-01 16:11:38 -0500 |
commit | 6fa7fc955092595ed2dc4760a569ae178424e4a1 (patch) | |
tree | c47fbe844a1a0399055c1784dac063531a14f6a4 /odlparent/setup/src | |
parent | 5700b8593826798ef4f9d0356f852698c1c91bef (diff) |
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
Diffstat (limited to 'odlparent/setup/src')
-rwxr-xr-x | odlparent/setup/src/main/resources/pom-template.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ <version>2.8</version> <configuration> <skip/> + <deployAtEnd>true</deployAtEnd> </configuration> </plugin> <plugin> |