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.

1<plugin>
2  <groupId>org.apache.maven.plugins</groupId>
3  <artifactId>maven-clean-plugin</artifactId>
4  <version>2.6</version>
5</plugin>

Release Notes - Apache Maven Clean Version 2.6

Bug:

Improvement:

  • MCLEAN-57 - Set prerequisites to Maven 2.2.1

Enjoy,

-The Apache Maven team

Karl-Heinz Marbaise