From 3d49c4a4b6d5c7eeeab9f5203701b19e198873b4 Mon Sep 17 00:00:00 2001 From: Dassi Orleando Date: Thu, 30 Nov 2017 04:58:55 +0100 Subject: [PATCH] Disable failded build for unsuccesful test --- spring-jenkins-pipeline/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/spring-jenkins-pipeline/pom.xml b/spring-jenkins-pipeline/pom.xml index 1c35f0f73b..5ebc7540d6 100644 --- a/spring-jenkins-pipeline/pom.xml +++ b/spring-jenkins-pipeline/pom.xml @@ -50,6 +50,13 @@ maven-checkstyle-plugin 2.17 + + org.apache.maven.plugins + maven-surefire-plugin + + true + +