You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Karl Heinz Marbaise <kh...@apache.org> on 2014/09/25 23:13:51 UTC

[ANN] Apache Maven Clean Plugin Version 2.6 Released

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

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

Release Notes - Maven Clean Plugin - Version 2.6

http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11214&version=19229

Bug:

 * [MCLEAN-52] - Use new annotations

Improvement:

 * [MCLEAN-57] - Set prerequisites to Maven 2.2.1


Enjoy,

-The Apache Maven team

Karl-Heinz Marbaise

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