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 0D312200D4B for ; Sun, 12 Nov 2017 18:39:37 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0C0CB160C08; Sun, 12 Nov 2017 17:39:37 +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 7DF0A160C06 for ; Sun, 12 Nov 2017 18:39:36 +0100 (CET) Received: (qmail 64154 invoked by uid 500); 12 Nov 2017 17:39:35 -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 64004 invoked by uid 99); 12 Nov 2017 17:39:35 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Nov 2017 17:39:35 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 0ED14816A9; Sun, 12 Nov 2017 17:39:35 +0000 (UTC) Date: Sun, 12 Nov 2017 17:39:37 +0000 To: "commits@camel.apache.org" Subject: [camel] 03/05: camel-netty-http: speed-up tests by not forking the JVM for every test executed MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: pascalschumacher@apache.org In-Reply-To: <151050837459.10373.14581479773340087573@gitbox.apache.org> References: <151050837459.10373.14581479773340087573@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: camel X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 36fa07ec76e12115cfe43bd00b8501f3de9df5cc X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20171112173935.0ED14816A9@gitbox.apache.org> archived-at: Sun, 12 Nov 2017 17:39:37 -0000 This is an automated email from the ASF dual-hosted git repository. pascalschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit 36fa07ec76e12115cfe43bd00b8501f3de9df5cc Author: Pascal Schumacher AuthorDate: Sun Nov 12 18:02:41 2017 +0100 camel-netty-http: speed-up tests by not forking the JVM for every test executed --- components/camel-netty-http/pom.xml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/components/camel-netty-http/pom.xml b/components/camel-netty-http/pom.xml index 867d214..20f8a91 100644 --- a/components/camel-netty-http/pom.xml +++ b/components/camel-netty-http/pom.xml @@ -95,17 +95,4 @@ - - - - - maven-surefire-plugin - - 1 - false - - - - - -- To stop receiving notification emails like this one, please contact "commits@camel.apache.org" .