diff options
Diffstat (limited to 'springboot/spring-boot-setup/src/main/resources')
-rw-r--r-- | springboot/spring-boot-setup/src/main/resources/pom-template.xml | 1 |
1 files changed, 1 insertions, 0 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 9af13346..37f95e3d 100644 --- a/springboot/spring-boot-setup/src/main/resources/pom-template.xml +++ b/springboot/spring-boot-setup/src/main/resources/pom-template.xml @@ -294,6 +294,7 @@ <version>2.8</version> <configuration> <skip/> + <deployAtEnd>true</deployAtEnd> </configuration> </plugin> <plugin> |