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/05/13 00:11:37 UTC

[ANN] Maven Clean Plugin 2.4.1 Released

The Maven team is pleased to announce the release of the Maven Clean
Plugin, version 2.4.1.

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.1</version>
   </plugin>

Release Notes - Maven 2.x Clean Plugin - Version 2.4.1

** Bug
     * [MCLEAN-44] - NullPointerException when using empty <exclude> to 
preserve base directory of fileset

** New Feature
     * [MCLEAN-43] - Mark clean plugin as @threadSafe

Enjoy,


-The Maven team