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

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

Reply via email to