From b68337b329ed4a4710381231e79a14424ecf38d3 Mon Sep 17 00:00:00 2001 From: pivovarit Date: Thu, 19 Jan 2017 20:49:39 +0100 Subject: [PATCH] Add surefire plugin --- spring-reactor/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/spring-reactor/pom.xml b/spring-reactor/pom.xml index 7b6b1318cf..a04955eada 100644 --- a/spring-reactor/pom.xml +++ b/spring-reactor/pom.xml @@ -39,6 +39,17 @@ org.springframework.boot spring-boot-maven-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/*IntegrationTest.java + **/*LiveTest.java + + +