summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2021-02-01 16:11:38 -0500
committerSingal, Kapil (ks220y) <ks220y@att.com>2021-02-01 16:11:38 -0500
commit6fa7fc955092595ed2dc4760a569ae178424e4a1 (patch)
treec47fbe844a1a0399055c1784dac063531a14f6a4
parent5700b8593826798ef4f9d0356f852698c1c91bef (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
-rw-r--r--odlparent/binding-parent/pom.xml1
-rw-r--r--odlparent/bundle-parent/pom.xml1
-rw-r--r--odlparent/feature-repo-parent/pom.xml1
-rw-r--r--odlparent/karaf4-parent/pom.xml1
-rw-r--r--odlparent/mdsal-it-parent/pom.xml1
-rw-r--r--odlparent/odlparent-lite/pom.xml1
-rw-r--r--odlparent/odlparent/pom.xml1
-rwxr-xr-xodlparent/setup/src/main/resources/pom-template.xml1
-rw-r--r--odlparent/single-feature-parent/pom.xml1
-rw-r--r--springboot/spring-boot-setup/src/main/resources/pom-template.xml1
-rw-r--r--springboot/springboot1/pom.xml1
-rw-r--r--springboot/springboot2/pom.xml1
12 files changed, 12 insertions, 0 deletions
diff --git a/odlparent/binding-parent/pom.xml b/odlparent/binding-parent/pom.xml
index b75800e3..10d6c1a7 100644
--- a/odlparent/binding-parent/pom.xml
+++ b/odlparent/binding-parent/pom.xml
@@ -367,6 +367,7 @@
<version>2.8</version>
<configuration>
<skip/>
+ <deployAtEnd>true</deployAtEnd>
</configuration>
</plugin>
<plugin>
diff --git a/odlparent/bundle-parent/pom.xml b/odlparent/bundle-parent/pom.xml
index 081691fe..cd3dda33 100644
--- a/odlparent/bundle-parent/pom.xml
+++ b/odlparent/bundle-parent/pom.xml
@@ -367,6 +367,7 @@
<version>2.8</version>
<configuration>
<skip/>
+ <deployAtEnd>true</deployAtEnd>
</configuration>
</plugin>
<plugin>
diff --git a/odlparent/feature-repo-parent/pom.xml b/odlparent/feature-repo-parent/pom.xml
index f228a576..b1e17d26 100644
--- a/odlparent/feature-repo-parent/pom.xml
+++ b/odlparent/feature-repo-parent/pom.xml
@@ -367,6 +367,7 @@
<version>2.8</version>
<configuration>
<skip/>
+ <deployAtEnd>true</deployAtEnd>
</configuration>
</plugin>
<plugin>
diff --git a/odlparent/karaf4-parent/pom.xml b/odlparent/karaf4-parent/pom.xml
index bd98f4d3..f4343ef5 100644
--- a/odlparent/karaf4-parent/pom.xml
+++ b/odlparent/karaf4-parent/pom.xml
@@ -367,6 +367,7 @@
<version>2.8</version>
<configuration>
<skip/>
+ <deployAtEnd>true</deployAtEnd>
</configuration>
</plugin>
<plugin>
diff --git a/odlparent/mdsal-it-parent/pom.xml b/odlparent/mdsal-it-parent/pom.xml
index c6018217..47586be4 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>
diff --git a/odlparent/odlparent-lite/pom.xml b/odlparent/odlparent-lite/pom.xml
index 96978d04..4a5dac53 100644
--- a/odlparent/odlparent-lite/pom.xml
+++ b/odlparent/odlparent-lite/pom.xml
@@ -367,6 +367,7 @@
<version>2.8</version>
<configuration>
<skip/>
+ <deployAtEnd>true</deployAtEnd>
</configuration>
</plugin>
<plugin>
diff --git a/odlparent/odlparent/pom.xml b/odlparent/odlparent/pom.xml
index 16550600..2265c7b8 100644
--- a/odlparent/odlparent/pom.xml
+++ b/odlparent/odlparent/pom.xml
@@ -367,6 +367,7 @@
<version>2.8</version>
<configuration>
<skip/>
+ <deployAtEnd>true</deployAtEnd>
</configuration>
</plugin>
<plugin>
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>
diff --git a/odlparent/single-feature-parent/pom.xml b/odlparent/single-feature-parent/pom.xml
index 4d1f66f6..9bcb6fac 100644
--- a/odlparent/single-feature-parent/pom.xml
+++ b/odlparent/single-feature-parent/pom.xml
@@ -367,6 +367,7 @@
<version>2.8</version>
<configuration>
<skip/>
+ <deployAtEnd>true</deployAtEnd>
</configuration>
</plugin>
<plugin>
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 @@
<version>2.8</version>
<configuration>
<skip/>
+ <deployAtEnd>true</deployAtEnd>
</configuration>
</plugin>
<plugin>
diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml
index ac57e3e1..4009754e 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>
diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml
index ec098920..5746f52a 100644
--- a/springboot/springboot2/pom.xml
+++ b/springboot/springboot2/pom.xml
@@ -294,6 +294,7 @@
<version>2.8</version>
<configuration>
<skip/>
+ <deployAtEnd>true</deployAtEnd>
</configuration>
</plugin>
<plugin>