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

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

https://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>3.4.0</version>
</plugin>

You can download the appropriate sources etc. from the download page:

https://maven.apache.org/plugins/maven-clean-plugin/download.cgi

Release Notes - Maven Clean Plugin - Version 3.4.0

** Improvement
    * [MCLEAN-106] - Switch to Junit5
    * [MCLEAN-116] - Propagating a source exception in Cleaner class
    * [MCLEAN-118] - Require Maven 3.6.3

** Task
    * [MCLEAN-122] - Cleanup declared dependencies, simplify unit test

** Dependency upgrade
    * [MCLEAN-115] - Upgrade maven-plugin parent to 41
    * [MCLEAN-119] - Upgrade Parent to 42
    * [MCLEAN-120] - Bump org.codehaus.plexus:plexus-testing from 1.1.0 to
1.3.0
    * [MCLEAN-121] - Bump com.google.inject:guice from 4.2.0 to 4.2.3

Enjoy,

-The Apache Maven team

Reply via email to