The Apache Maven team is pleased to announce the release of the
Apache Maven Clean Plugin Version 3.0.0.

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

Important Notes:
 * Maven 3.X only
 * JDK 6 minimum requirement

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.0.0</version>
</plugin>


Release Notes - Apache Maven Clean Plugin  Version 3.0.0

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317224&version=12330417

Improvements:

 * [MCLEAN-56] - Make Plugin only 3.X compatible - get rid of Maven 2.
 * [MCLEAN-62] - Upgrade to maven-plugins parent version 27
 * [MCLEAN-63] - Make naming of properties consistent
 * [MCLEAN-65] - Bump version to 3.0.0
 * [MCLEAN-66] - Upgrade maven-shared-utils to 0.9
 * [MCLEAN-67] - Change package name to org.apache.maven.plugins
 * [MCLEAN-69] - Upgrade maven-shared-utils to 3.0.0

Enjoy,

The Apache Maven team

Reply via email to