From c49f0e5c0a021b0b5c19dfeeceb91360877bbdd3 Mon Sep 17 00:00:00 2001 From: Julien WITTOUCK Date: Tue, 13 Aug 2019 16:39:40 +0200 Subject: [PATCH] :construction_worker: : corrects integration test inclusion --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index f7e065ef4..df9a3ceea 100644 --- a/pom.xml +++ b/pom.xml @@ -180,6 +180,16 @@ org.springframework.boot spring-boot-maven-plugin + + org.apache.maven.plugins + maven-surefire-plugin + + + **/*Test.java + **/*IT.java + + +