diff options
Diffstat (limited to 'springboot/spring-boot-setup/src')
-rw-r--r-- | springboot/spring-boot-setup/src/main/resources/pom-template.xml | 5 |
1 files changed, 4 insertions, 1 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> |