Commit 2208dc1b authored by Phillip Webb's avatar Phillip Webb

Refine smoke-tests setup for Eclipse

parent 32ecb630
......@@ -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
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment