MVN

org.codehaus.gmaven.examples : clean-maven-plugin

Maven & Gradle

Dec 07, 2012

GMaven Examples :: Clean Maven Plugin · Cleans up generated build artifacts.

<plugin>
    <groupId>org.codehaus.gmaven.examples</groupId>
    <artifactId>clean-maven-plugin</artifactId>
    <version>1.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.gmaven.examples : clean-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.5

All Versions

Choose a version of org.codehaus.gmaven.examples : clean-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5
clean-maven-plugin-1.5
1.4
clean-maven-plugin-1.4
1.3
clean-maven-plugin-1.3
1.2
clean-maven-plugin-1.2
1.1
clean-maven-plugin-1.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.codehaus.gmaven.examples</groupId>
    <artifactId>clean-maven-plugin</artifactId>
    <version>1.5</version>
</plugin>