You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Benjamin Bentmann <be...@apache.org> on 2010/01/15 22:14:17 UTC

[ANN] Maven Clean Plugin 2.4 Released

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:

   <plugin>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-clean-plugin</artifactId>
     <version>2.4</version>
   </plugin>

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