Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DB4B7118D0 for ; Wed, 16 Apr 2014 16:16:35 +0000 (UTC) Received: (qmail 41132 invoked by uid 500); 16 Apr 2014 16:16:32 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 40982 invoked by uid 500); 16 Apr 2014 16:16:30 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 40811 invoked by uid 99); 16 Apr 2014 16:16:26 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Apr 2014 16:16:26 +0000 Date: Wed, 16 Apr 2014 16:16:26 +0000 (UTC) From: "Christopher Tubbs (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACCUMULO-2679) Surefire/Failsafe plugin doesn't clean up temp files MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Christopher Tubbs created ACCUMULO-2679: ------------------------------------------- Summary: Surefire/Failsafe plugin doesn't clean up temp files Key: ACCUMULO-2679 URL: https://issues.apache.org/jira/browse/ACCUMULO-2679 Project: Accumulo Issue Type: Wish Components: build Affects Versions: 1.6.0 Reporter: Christopher Tubbs Assignee: Christopher Tubbs Priority: Minor The Accumulo 1.6 build uses maven-surefire-plugin version 2.16, which generates a lot of {{$\{java.io.tmpdir\}/stdout\[0-9\]+deferred}} files that aren't cleaned up. This is fixed in version 2.17, but I'm not sure it is worth overriding the versions in the Apache parent POM to address it. -- This message was sent by Atlassian JIRA (v6.2#6252)