From 6b6eb931026bdb8abb52ebe2c12a07801c3fcccd 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 791f1ee..a8716e3 100644 --- a/helloworld/pom.xml +++ b/helloworld/pom.xml @@ -20,15 +20,8 @@ 2.0.6.RELEASE UTF-8 1.8 + false - - - strict - - false - - - diff --git a/stocks/pom.xml b/stocks/pom.xml index f142d11..30ec1e8 100644 --- a/stocks/pom.xml +++ b/stocks/pom.xml @@ -19,15 +19,8 @@ 2.0.6.RELEASE UTF-8 1.8 + false - - - strict - - false - - -