Package org.apache.maven.plugin.ant
Class AntCleanMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.maven.plugin.ant.AntCleanMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="clean") public class AntCleanMojo extends org.apache.maven.plugin.AbstractMojo
Clean all Ant build files.- Version:
- $Id: AntCleanMojo.java 1640228 2014-11-17 21:20:42Z hboutemy $
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
deleteCustomFiles
Forcing the deletion of the custombuild.xml
.private org.apache.maven.project.MavenProject
project
The working project.
-
Constructor Summary
Constructors Constructor Description AntCleanMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
-
-
Field Detail
-
project
@Parameter(defaultValue="${project}", readonly=true, required=true) private org.apache.maven.project.MavenProject project
The working project.
-
deleteCustomFiles
@Parameter(property="deleteCustomFiles", defaultValue="false") private boolean deleteCustomFiles
Forcing the deletion of the custombuild.xml
.- Since:
- 2.2
-
-