Adding maven-deploy-plugin with deployeAtEnd true
Issue-ID: CCSDK-3126
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I5c89ab63f58084808038e58b413bf51c29bcb93b
diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml
index 5746f52..82823b7 100644
--- a/springboot/springboot2/pom.xml
+++ b/springboot/springboot2/pom.xml
@@ -509,7 +509,6 @@
</plugin>
</plugins>
</pluginManagement>
-
<plugins>
<!-- Plugins from ONAP oparent -->
<!-- Jacoco / Sonar -->
@@ -607,6 +606,10 @@
</executions>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ </plugin>
+ <plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>
<plugin>