Refine smoke-tests setup for Eclipse

This commit is contained in:
Phillip Webb 2019-07-10 13:00:57 +01:00
parent 32ecb63002
commit 2208dc1bc2
2 changed files with 9 additions and 2 deletions

View File

@ -139,8 +139,14 @@
<workingSet
name="spring-boot-tests">
<predicate
xsi:type="predicates:NamePredicate"
pattern="spring-boot-.*-test.*"/>
xsi:type="predicates:AndPredicate">
<operand
xsi:type="predicates:NamePredicate"
pattern="spring-boot-(.*-test|tests).*"/>
<operand
xsi:type="workingsets:ExclusionPredicate"
excludedWorkingSet="//@setupTasks.7/@workingSets.3"/>
</predicate>
</workingSet>
</setupTask>
<setupTask

View File

@ -30,6 +30,7 @@
</property>
</activation>
<modules>
<module>spring-boot-smoke-tests</module>
<module>spring-boot-smoke-tests-invoker</module>
<module>spring-boot-integration-tests</module>
<module>spring-boot-deployment-tests</module>