The Apache Maven team is pleased to announce the release of the Apache Maven Clean Plugin, version 3.3.1
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.3.1</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.3.1 ** Bug * [MCLEAN-93] - followSymLinks=false on Windows follows directory junctions * [MCLEAN-101] - Wrong Jenkins URL * [MCLEAN-104] - Fast mode causes NullPointerException when building in quiet mode (-q) ** Dependency upgrade * [MCLEAN-105] - Update parent pom to 39 * [MCLEAN-107] - Upgrade to plexus-utils 4.0.0 and plexus-xml 4.0.0 On behalf of the Apache Maven team ------------------------ Guillaume Nodet