Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 11453115CB for ; Fri, 29 Aug 2014 08:21:11 +0000 (UTC) Received: (qmail 31011 invoked by uid 500); 29 Aug 2014 08:21:08 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 30924 invoked by uid 500); 29 Aug 2014 08:21:08 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 30912 invoked by uid 99); 29 Aug 2014 08:21:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Aug 2014 08:21:08 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of andreas.gudian@gmail.com designates 209.85.213.182 as permitted sender) Received: from [209.85.213.182] (HELO mail-ig0-f182.google.com) (209.85.213.182) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Aug 2014 08:20:41 +0000 Received: by mail-ig0-f182.google.com with SMTP id a13so2240970igq.3 for ; Fri, 29 Aug 2014 01:20:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=SmUDn0vXmK52ZWw7fmVtBB6/msxEHTHsZH19rcXWzTw=; b=oF0QFMAv7Ahl7tbvfUUwWOHA7zTTgv/xnFaf4LwNrpiH9XPFdR6pD1OymRoUK0OniV Pef+7Ru+QiWqC1w7W/7Zo9xRlDo0kBxd8+oNd9psBJqaFfwAbqgr2y8Bvtj4drU9TO97 BgCwuF90dW7itnWGFtZ/DuLQ7PguHNAsYWNGbcYvpouPW/ueUqS7KumB1hhBLaQhYXGI gcEK3xbSwzkIP8OOVcCGwsLKGoQPvSq/1/iKNkEzkhkc33u+2S27JJtabse5GkwrvaW2 GdfjOiV6tPJihOlHRXGOpgBrXUnKrqjqLWFJY72MQGuKiQ2cLyjcp6pqHx67EgK9VK+Z DNIA== MIME-Version: 1.0 X-Received: by 10.50.56.38 with SMTP id x6mr2293029igp.30.1409300440590; Fri, 29 Aug 2014 01:20:40 -0700 (PDT) Received: by 10.107.154.16 with HTTP; Fri, 29 Aug 2014 01:20:40 -0700 (PDT) In-Reply-To: References: Date: Fri, 29 Aug 2014 10:20:40 +0200 Message-ID: Subject: Re: [Surefire] Run executions in parallel From: Andreas Gudian To: Maven Users List Content-Type: multipart/alternative; boundary=089e0158b05e24afba0501c05471 X-Virus-Checked: Checked by ClamAV on apache.org --089e0158b05e24afba0501c05471 Content-Type: text/plain; charset=UTF-8 Hi Leo, What's your use case? Could forkCount>1 and ${surefire.forkNumber} help you? Andreas Am Freitag, 29. August 2014 schrieb Fedorov, Leo : > Hi, > > Is there a way to make maven trigger different executions for surefire > plugin at the same time? > Or if not is there any other way to execute test goal with different > parameters concurrently? > > Thank you, > Leo Fedorov > > --089e0158b05e24afba0501c05471--