summaryrefslogtreecommitdiffstats
path: root/springboot/springboot2/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'springboot/springboot2/pom.xml')
-rw-r--r--springboot/springboot2/pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml
index 5746f52a..82823b71 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>