Skip to content

Commit f0ef882

Browse files
committed
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.
1 parent 8a8b5d3 commit f0ef882

File tree

1 file changed

+3
-0
lines changed
  • spring-boot-integration-tests

1 file changed

+3
-0
lines changed

spring-boot-integration-tests/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
5252
<skipInvocation>${skipTests}</skipInvocation>
5353
<streamLogs>true</streamLogs>
54+
<pomIncludes>
55+
<pomInclude>*/pom.xml</pomInclude>
56+
</pomIncludes>
5457
</configuration>
5558
<executions>
5659
<execution>

0 commit comments

Comments
 (0)