Apache Maven Clean Plugin

The Maven Clean Plugin is a plugin that removes files generated at build-time in a project's directory.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.apache.maven.plugins
ArtifactId

ArtifactId

maven-clean-plugin
Last Version

Last Version

3.2.0
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Apache Maven Clean Plugin
The Maven Clean Plugin is a plugin that removes files generated at build-time in a project's directory.
Project URL

Project URL

https://maven.apache.org/plugins/maven-clean-plugin/
Project Organization

Project Organization

The Apache Software Foundation
Source Code Management

Source Code Management

https://github.com/apache/maven-clean-plugin/tree/maven-clean-plugin-3.2.0

Download maven-clean-plugin

How to add to project

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-clean-plugin</artifactId>
    <version>3.2.0</version>
</plugin>

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.maven.shared : maven-shared-utils jar 3.3.4

provided (3)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.2.5
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.6.4
org.apache.maven : maven-core jar 3.2.5

test (3)

Group / Artifact Type Version
org.apache.maven.plugin-testing : maven-plugin-testing-harness jar 3.3.0
org.apache.maven : maven-compat jar 3.2.5
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.
org.apache.maven.plugins

The Apache Software Foundation

Versions

Version
3.2.0
3.1.0
3.0.0
2.6.1
2.6
2.5
2.4.1
2.4
2.3
2.2
2.1.1
2.1
2.0
2.0-rc1
2.0-beta-1