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

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

Important Note:

  • Maven 3.2.5+ only
  • JDK 8 minimum requirement

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

1
2
3
4
5

  org.apache.maven.plugins
  maven-clean-plugin
  3.2.0

Release Notes – Maven Clean Plugin – Version 3.2.0

Release Notes – Maven Clean Plugin – Version 3.2.0

  • New Feature

    • MCLEAN-95 – Provide a fast deletion option
  • Improvements:

    • MCLEAN-89 – Add GitHub Information
    • MCLEAN-90 – Custom search broken on pages rendered using Fluido Skin 1.7
    • MCLEAN-91 – Upgrade maven-plugins to 34
    • MCLEAN-98 – Upgrade maven-plugin parent to 35
  • Tasks:

  • Dependency upgrades:

    • MCLEAN-87 – Upgrade maven-plugins parent to version 32
    • MCLEAN-92 – Require Maven 3.1.1 (drop dependency to Maven 3.0)
    • MCLEAN-96 – Require Maven 3.2.5+

Enjoy,

-The Apache Maven team