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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
