Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B3EEE200C31 for ; Wed, 8 Mar 2017 08:25:16 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B27DF160B83; Wed, 8 Mar 2017 07:25:16 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2F421160B75 for ; Wed, 8 Mar 2017 08:25:16 +0100 (CET) Received: (qmail 76814 invoked by uid 500); 8 Mar 2017 07:25:14 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 76805 invoked by uid 99); 8 Mar 2017 07:25:14 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Mar 2017 07:25:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BF1C5DFA6F; Wed, 8 Mar 2017 07:25:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: acosentino@apache.org To: commits@camel.apache.org Message-Id: <63eff59a9e0c49e8aeecf85cf15c4807@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: camel git commit: Fixed Surefire configuration in camel-netty-http for test failure Date: Wed, 8 Mar 2017 07:25:14 +0000 (UTC) archived-at: Wed, 08 Mar 2017 07:25:16 -0000 Repository: camel Updated Branches: refs/heads/master 84133ccad -> 8d33bc188 Fixed Surefire configuration in camel-netty-http for test failure Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8d33bc18 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8d33bc18 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/8d33bc18 Branch: refs/heads/master Commit: 8d33bc188c791bbcc7750e2abcf88de891c338af Parents: 84133cc Author: Andrea Cosentino Authored: Wed Mar 8 08:22:22 2017 +0100 Committer: Andrea Cosentino Committed: Wed Mar 8 08:22:22 2017 +0100 ---------------------------------------------------------------------- components/camel-netty-http/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/8d33bc18/components/camel-netty-http/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-netty-http/pom.xml b/components/camel-netty-http/pom.xml index cab9354..16ada35 100644 --- a/components/camel-netty-http/pom.xml +++ b/components/camel-netty-http/pom.xml @@ -93,4 +93,16 @@ + + + + maven-surefire-plugin + + 1 + false + + + + +