From a98d1a41a4638c3b24cfafe76256d397ce30cbbd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 25 May 2016 17:42:08 +0100 Subject: [PATCH] Run Maven Plugin's integration tests when full profile is active Closes gh-6036 --- .../spring-boot-maven-plugin/pom.xml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/spring-boot-tools/spring-boot-maven-plugin/pom.xml b/spring-boot-tools/spring-boot-maven-plugin/pom.xml index 79ce23849f1..4ec02c8d000 100644 --- a/spring-boot-tools/spring-boot-maven-plugin/pom.xml +++ b/spring-boot-tools/spring-boot-maven-plugin/pom.xml @@ -67,6 +67,28 @@ + + 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 + + install + run + + + +