Return-Path: X-Original-To: apmail-mahout-commits-archive@www.apache.org Delivered-To: apmail-mahout-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 54B6210A15 for ; Fri, 30 Aug 2013 10:12:02 +0000 (UTC) Received: (qmail 93436 invoked by uid 500); 30 Aug 2013 10:12:01 -0000 Delivered-To: apmail-mahout-commits-archive@mahout.apache.org Received: (qmail 93078 invoked by uid 500); 30 Aug 2013 10:12:00 -0000 Mailing-List: contact commits-help@mahout.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mahout.apache.org Delivered-To: mailing list commits@mahout.apache.org Received: (qmail 93039 invoked by uid 99); 30 Aug 2013 10:11:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Aug 2013 10:11:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Aug 2013 10:11:57 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 94C5B238888A; Fri, 30 Aug 2013 10:11:36 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1518928 - /mahout/trunk/pom.xml Date: Fri, 30 Aug 2013 10:11:36 -0000 To: commits@mahout.apache.org From: sslavic@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130830101136.94C5B238888A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sslavic Date: Fri Aug 30 10:11:36 2013 New Revision: 1518928 URL: http://svn.apache.org/r1518928 Log: Removed redundant parallel=classes, and thread count from maven-surefire-plugin configuration, having forkCount > 1 and reuseForks set to false has same effect Modified: mahout/trunk/pom.xml Modified: mahout/trunk/pom.xml URL: http://svn.apache.org/viewvc/mahout/trunk/pom.xml?rev=1518928&r1=1518927&r2=1518928&view=diff ============================================================================== --- mahout/trunk/pom.xml (original) +++ mahout/trunk/pom.xml Fri Aug 30 10:11:36 2013 @@ -623,9 +623,6 @@ 1.5C false - 1 - false - classes -Xmx512m false true