diff options
Diffstat (limited to 'springboot')
-rw-r--r-- | springboot/spring-boot-setup/src/main/resources/pom-template.xml | 1 | ||||
-rw-r--r-- | springboot/springboot1/pom.xml | 1 | ||||
-rw-r--r-- | springboot/springboot2/pom.xml | 1 |
3 files changed, 3 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> diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index ac57e3e1..4009754e 100644 --- a/springboot/springboot1/pom.xml +++ b/springboot/springboot1/pom.xml @@ -294,6 +294,7 @@ <version>2.8</version> <configuration> <skip/> + <deployAtEnd>true</deployAtEnd> </configuration> </plugin> <plugin> diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index ec098920..5746f52a 100644 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/pom.xml @@ -294,6 +294,7 @@ <version>2.8</version> <configuration> <skip/> + <deployAtEnd>true</deployAtEnd> </configuration> </plugin> <plugin> |