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 6289A200D3B for ; Fri, 10 Nov 2017 19:17:34 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 60F5D160C03; Fri, 10 Nov 2017 18:17:34 +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 CD3CD160BEE for ; Fri, 10 Nov 2017 19:17:33 +0100 (CET) Received: (qmail 44498 invoked by uid 500); 10 Nov 2017 18:17:33 -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 44475 invoked by uid 99); 10 Nov 2017 18:17:32 -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; Fri, 10 Nov 2017 18:17:32 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 5A372850F1; Fri, 10 Nov 2017 18:17:32 +0000 (UTC) Date: Fri, 10 Nov 2017 18:17:33 +0000 To: "commits@camel.apache.org" Subject: [camel] 01/02: camel-sql: 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: <151033785197.11991.16760787826559598934@gitbox.apache.org> References: <151033785197.11991.16760787826559598934@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: c31cac36de6918f265d8005ebd23f23cae4809d8 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20171110181732.5A372850F1@gitbox.apache.org> archived-at: Fri, 10 Nov 2017 18:17:34 -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 c31cac36de6918f265d8005ebd23f23cae4809d8 Author: Pascal Schumacher AuthorDate: Fri Nov 10 19:16:46 2017 +0100 camel-sql: speed-up tests by not forking the JVM for every test executed --- components/camel-sql/pom.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/components/camel-sql/pom.xml b/components/camel-sql/pom.xml index 327d880..da7e2d4 100644 --- a/components/camel-sql/pom.xml +++ b/components/camel-sql/pom.xml @@ -126,15 +126,6 @@ - - - maven-surefire-plugin - - 1 - false - - - -- To stop receiving notification emails like this one, please contact "commits@camel.apache.org" .