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

Refine smoke-tests setup for Eclipse

parent 32ecb630
...@@ -139,8 +139,14 @@ ...@@ -139,8 +139,14 @@
<workingSet <workingSet
name="spring-boot-tests"> name="spring-boot-tests">
<predicate <predicate
xsi:type="predicates:NamePredicate" xsi:type="predicates:AndPredicate">
pattern="spring-boot-.*-test.*"/> <operand
xsi:type="predicates:NamePredicate"
pattern="spring-boot-(.*-test|tests).*"/>
<operand
xsi:type="workingsets:ExclusionPredicate"
excludedWorkingSet="//@setupTasks.7/@workingSets.3"/>
</predicate>
</workingSet> </workingSet>
</setupTask> </setupTask>
<setupTask <setupTask
......
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
</property> </property>
</activation> </activation>
<modules> <modules>
<module>spring-boot-smoke-tests</module>
<module>spring-boot-smoke-tests-invoker</module> <module>spring-boot-smoke-tests-invoker</module>
<module>spring-boot-integration-tests</module> <module>spring-boot-integration-tests</module>
<module>spring-boot-deployment-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