org.apache.maven.plugins:maven-clean-plugin (2.5)

Published 2026-02-24 13:44:24 +00:00 by atheaadmin

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url></url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>org.apache.maven.plugins</groupId>
	<artifactId>maven-clean-plugin</artifactId>
	<version>2.5</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=org.apache.maven.plugins:maven-clean-plugin:2.5

About this package

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

Dependencies

org.apache.maven:maven-plugin-api
${mavenVersion}
org.codehaus.plexus:plexus-utils
3.0
org.apache.maven.shared:maven-plugin-testing-harness
1.1
Details
Maven
2026-02-24 13:44:24 +00:00
1
Maven Clean Plugin
28 KiB
Assets (2)
Versions (1) View all
2.5 2026-02-24