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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to