Apache Maven Clean Plugin Version 3.1.0 Released

The Apache Maven team is pleased to announce the release of the Apache Maven Clean Plugin, version 3.1.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.X only
  • JDK 7 minimum requirement

You should specify the version in your project's plugin configuration:

1<plugin>
2  <groupId>org.apache.maven.plugins</groupId>
3  <artifactId>maven-clean-plugin</artifactId>
4  <version>3.1.0</version>
5</plugin>

Release Notes - Maven Clean Plugin - Version 3.1.0

Bug:

  • MCLEAN-77 - Remove link to non-existing Codehaus wiki

Tasks:

  • MCLEAN-73 - Upgrade of maven-shared-utils to 3.0.1.
  • MCLEAN-74 - Upgrade of commons-io to 2.5.
  • MCLEAN-83 - Upgrade mave-surefire/failsafe-plugin 2.21.0
  • MCLEAN-84 - Lift JDK minimum to JDK 7

Dependency upgrades:

Enjoy,

-The Apache Maven team