From 5c5a98ab8e3af8ee736755b53941be34e26ffd85 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Sat, 13 Oct 2018 12:46:14 -0400 Subject: [PATCH] AMQP-835: Always fail build on test failures JIRA: https://jira.spring.io/browse/AMQP-835 --- helloworld/pom.xml | 9 +-------- stocks/pom.xml | 9 +-------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/helloworld/pom.xml b/helloworld/pom.xml index 43b83c7..75e0d6f 100644 --- a/helloworld/pom.xml +++ b/helloworld/pom.xml @@ -20,15 +20,8 @@ 2.1.0.RC1 UTF-8 1.8 + false - - - strict - - false - - - diff --git a/stocks/pom.xml b/stocks/pom.xml index fd6f5b5..38d5d4e 100644 --- a/stocks/pom.xml +++ b/stocks/pom.xml @@ -19,15 +19,8 @@ 2.1.0.RC1 UTF-8 1.8 + false - - - strict - - false - - -