You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Karl Heinz Marbaise <kh...@apache.org> on 2014/11/03 20:47:46 UTC

[ANN] Apache Maven Clean Plugin Version 2.6.1 Released

The Apache Maven team is pleased to announce the release of the 
Apache Maven Clean Plugin, version 2.6.1

The Clean Plugin is used when you want to remove files generated at build-time
in a project's directory.

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

You should specify the version in your project's plugin configuration:

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

Release Notes - Maven Clean Plugin - Version 2.6.1

Bugs:

 * [MCLEAN-47] - On windows if there are junctions on the cleaned directories, clean deletes .* resources under junction's target along with junction.
 * [MCLEAN-55] - maven clean seems to use old java.io API to clean the target directory
 * [MCLEAN-58] - Maven Clean Plugin ignores followSymLinks parameter on Windows

Improvements:

 * [MCLEAN-59] - Upgrade maven-plugins-testing-harness from 1.1 to 1.3
 * [MCLEAN-60] - Fixed Checkstyle reported errors / warnings
 * [MCLEAN-61] - Upgrade to org.apache.maven.plugins:maven-plugins:26

Enjoy,

-The Apache Maven team