ant:clean

Full name:

org.apache.maven.plugins:maven-ant-plugin:2.3:clean

Description:

Clean all Ant build files.

Attributes:

  • Requires a Maven 2.0 project to be executed.

Optional Parameters

Name Type Since Description
deleteCustomFiles boolean 2.2 Forcing the deletion of the custom build.xml.
Default value is: false.

Parameter Details

deleteCustomFiles:

Forcing the deletion of the custom build.xml.
  • Type: boolean
  • Since: 2.2
  • Required: No
  • Expression: ${deleteCustomFiles}
  • Default: false