The Apache Maven team is pleased to announce the release of the Apache Maven Clean Plugin, version 3.5.0
The Clean 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.5.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: https://github.com/apache/maven-clean-plugin/releases/tag/maven-clean-plugin-3.5.0 Enjoy, -The Apache Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org