diff options
Diffstat (limited to 'mod/runtimeapi/runtime-web')
-rw-r--r-- | mod/runtimeapi/runtime-web/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mod/runtimeapi/runtime-web/pom.xml b/mod/runtimeapi/runtime-web/pom.xml index 8d77a7b..19d2af7 100644 --- a/mod/runtimeapi/runtime-web/pom.xml +++ b/mod/runtimeapi/runtime-web/pom.xml @@ -75,6 +75,17 @@ <artifactId>spring-boot-maven-plugin</artifactId> </plugin> </plugins> + <pluginManagement> + <plugins> + <plugin> + <artifactId>maven-deploy-plugin</artifactId> + <version>2.8.2</version> + <configuration> + <skip>true</skip> + </configuration> + </plugin> + </plugins> + </pluginManagement> </build> </project> |