From f0ef882ff279b5396fd3f45b0debe22b756c315d Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 23 Feb 2015 15:03:56 -0800 Subject: [PATCH] Filter integration tests to only pom folders Update invoker configuration so that only folders with a pom.xml file are invoked. This helps when switching between the 1.1.x and master branches since empty folders left by git no longer fail the build. --- spring-boot-integration-tests/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spring-boot-integration-tests/pom.xml b/spring-boot-integration-tests/pom.xml index f362171370a..04808c9f146 100644 --- a/spring-boot-integration-tests/pom.xml +++ b/spring-boot-integration-tests/pom.xml @@ -51,6 +51,9 @@ ${project.build.directory}/local-repo ${skipTests} true + + */pom.xml +