summaryrefslogtreecommitdiffstats
path: root/springboot
diff options
context:
space:
mode:
Diffstat (limited to 'springboot')
-rw-r--r--springboot/spring-boot-setup/src/main/resources/pom-template.xml5
-rw-r--r--springboot/springboot1/pom.xml5
-rw-r--r--springboot/springboot2/pom.xml5
3 files changed, 12 insertions, 3 deletions
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 37f95e3d..9ea93253 100644
--- a/springboot/spring-boot-setup/src/main/resources/pom-template.xml
+++ b/springboot/spring-boot-setup/src/main/resources/pom-template.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>
diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml
index 4009754e..bf0e4aac 100644
--- a/springboot/springboot1/pom.xml
+++ b/springboot/springboot1/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>
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>