You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Vincent Siveton <vs...@apache.org> on 2007/12/04 01:18:24 UTC

[ANN] Maven Clean Plugin 2.2 for Maven 2 Released

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

http://maven.apache.org/plugins/maven-clean-plugin/

You can run mvn -up to get the latest version of the plugin, or specify
the version in your project's plugin configuration:

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

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

** Bug
    * [MCLEAN-21] - Plugin Docu's index.html
    * [MCLEAN-26] - Long pathnames on windows platforms cannot be deleted

** Improvement
    * [MCLEAN-8] - conversion of the existing unit tests to use the
AbstractMojoTestCase from the plugin testing harness
    * [MCLEAN-22] - Possibility to ignore deletion failures
    * [MCLEAN-23] - Disable Clean plugin execution
    * [MCLEAN-24] - Disable plugin execution
    * [MCLEAN-27] - fileset directory does not work as expected when
cleaning "modules" in sub-directories

Enjoy,

-The Maven team

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