Browse Source

Refine smoke-tests setup for Eclipse

pull/17480/head
Phillip Webb 7 years ago
parent
commit
2208dc1bc2
  1. 10
      eclipse/spring-boot-project.setup
  2. 1
      spring-boot-tests/pom.xml

10
eclipse/spring-boot-project.setup

@ -139,8 +139,14 @@ @@ -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

1
spring-boot-tests/pom.xml

@ -30,6 +30,7 @@ @@ -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>

Loading…
Cancel
Save