Return-Path: Delivered-To: apmail-maven-announce-archive@minotaur.apache.org Received: (qmail 15167 invoked from network); 15 Jan 2010 21:14:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Jan 2010 21:14:58 -0000 Received: (qmail 28059 invoked by uid 500); 15 Jan 2010 21:14:55 -0000 Delivered-To: apmail-maven-announce-archive@maven.apache.org Received: (qmail 27161 invoked by uid 500); 15 Jan 2010 21:14:54 -0000 Mailing-List: contact announce-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@maven.apache.org Delivered-To: mailing list announce@maven.apache.org Received: (qmail 26835 invoked by uid 99); 15 Jan 2010 21:14:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jan 2010 21:14:53 +0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [129.217.128.51] (HELO unimail.uni-dortmund.de) (129.217.128.51) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jan 2010 21:14:44 +0000 Received: from [192.168.178.23] (i59F5547F.versanet.de [89.245.84.127]) (authenticated bits=0) by unimail.uni-dortmund.de (8.14.3/8.14.3) with ESMTP id o0FLEHi0002850 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 15 Jan 2010 22:14:23 +0100 (CET) Message-ID: <4B50DAA9.9090200@apache.org> Date: Fri, 15 Jan 2010 22:14:17 +0100 From: Benjamin Bentmann User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: announce@maven.apache.org, users@maven.apache.org CC: Maven Developers List Subject: [ANN] Maven Clean Plugin 2.4 Released Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org The Maven team is pleased to announce the release of the Maven Clean Plugin, version 2.4. This plugin is used to clean the project output directories. Please see the plugin's site for more details: http://maven.apache.org/plugins/maven-clean-plugin/ To use the updated plugin in your projects, you need to add the following snippet to the plugins or plugin management section of your POM: org.apache.maven.plugins maven-clean-plugin 2.4 Release Notes - Maven 2.x Clean Plugin - Version 2.4 ** Bug * [MCLEAN-32] - Out of Memory Error cleaning target directory with *large* number of sub-directories * [MCLEAN-39] - followSymLinks is always set to true Enjoy, -The Maven team