Adding maven-deploy-plugin with deployeAtEnd true
[ccsdk/parent.git] / springboot / spring-boot-setup / src / main / resources / pom-template.xml
index 37f95e3..9ea9325 100644 (file)
                 </plugin>
             </plugins>
         </pluginManagement>
-
         <plugins>
             <!-- Plugins from ONAP oparent -->
             <!-- Jacoco / Sonar -->
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-deploy-plugin</artifactId>
+            </plugin>
             <plugin>
                 <artifactId>maven-checkstyle-plugin</artifactId>
             </plugin>