diff --git a/spring-boot-project/spring-boot-tools/spring-boot-loader/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-loader/pom.xml
index e7720fdbaa..4c5d8b7bab 100644
--- a/spring-boot-project/spring-boot-tools/spring-boot-loader/pom.xml
+++ b/spring-boot-project/spring-boot-tools/spring-boot-loader/pom.xml
@@ -61,21 +61,52 @@
org.apache.maven.plugins
maven-invoker-plugin
- ${project.build.directory}/it
- src/it/settings.xml
${project.build.directory}/local-repo
- verify
- true
- ${skipTests}
- true
- integration-test
+ prepare-integration-test
+ pre-integration-test
install
+
+
+
+ integration-test
+
+ run
+
+
+ ${project.build.directory}/it
+ src/it/settings.xml
+ verify
+ true
+ ${skipTests}
+ true
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-antrun-plugin
+
+
+ cleanup-local-integration-repo
+ pre-integration-test
+
run
+
+
+
+
+
+
+
diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/pom.xml
index 681bc5832f..da06cd9760 100644
--- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/pom.xml
+++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/pom.xml
@@ -125,21 +125,52 @@
org.apache.maven.plugins
maven-invoker-plugin
- ${project.build.directory}/it
- src/it/settings.xml
${project.build.directory}/local-repo
- verify
- true
- ${skipTests}
- true
- integration-test
+ prepare-integration-test
+ pre-integration-test
install
+
+
+
+ integration-test
+
+ run
+
+
+ ${project.build.directory}/it
+ src/it/settings.xml
+ verify
+ true
+ ${skipTests}
+ true
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-antrun-plugin
+
+
+ cleanup-local-integration-repo
+ pre-integration-test
+
run
+
+
+
+
+
+
+