Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-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 E23799619 for ; Mon, 4 Mar 2013 02:46:24 +0000 (UTC) Received: (qmail 12149 invoked by uid 500); 4 Mar 2013 02:46:24 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 12074 invoked by uid 500); 4 Mar 2013 02:46:23 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 12048 invoked by uid 99); 4 Mar 2013 02:46:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Mar 2013 02:46:22 +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; Mon, 04 Mar 2013 02:46:21 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6465D23888CD; Mon, 4 Mar 2013 02:46:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1452173 - /accumulo/branches/1.5/pom.xml Date: Mon, 04 Mar 2013 02:46:02 -0000 To: commits@accumulo.apache.org From: elserj@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130304024602.6465D23888CD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: elserj Date: Mon Mar 4 02:46:02 2013 New Revision: 1452173 URL: http://svn.apache.org/r1452173 Log: ACCUMULO-1142 Enable redirectTestOutputToFile in surefire plugin to nuke test output Modified: accumulo/branches/1.5/pom.xml Modified: accumulo/branches/1.5/pom.xml URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/pom.xml?rev=1452173&r1=1452172&r2=1452173&view=diff ============================================================================== --- accumulo/branches/1.5/pom.xml (original) +++ accumulo/branches/1.5/pom.xml Mon Mar 4 02:46:02 2013 @@ -196,6 +196,9 @@ maven-surefire-plugin + + true +