Apache Maven Clean Plugin Version 3.2.0 Released
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 |
|
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:
-
Tasks:
-
Dependency upgrades:
Enjoy,
-The Apache Maven team