@Mojo(name="clean",
threadSafe=true)
public class CleanMojo
extends org.apache.maven.plugin.AbstractMojo
This attempts to clean a project's working directory of the files that were generated at build-time. By default, it
discovers and deletes the directories configured in project.build.directory
,
project.build.outputDirectory
, project.build.testOutputDirectory
, and
project.reporting.outputDirectory
.
Files outside the default may also be included in the deletion by configuring the filesets
tag.
Fileset
Constructor | Description |
---|---|
CleanMojo() |
Modifier and Type | Method | Description |
---|---|---|
void |
execute() |
Deletes file-sets in the following project build directory order: (source) directory, output directory, test
directory, report directory, and then the additional file-sets.
|
public void execute() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
- When a directory failed to get deleted.Mojo.execute()
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.