MVN

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

Maven & Gradle

May 19, 2010

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

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

Latest Version

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

  • Latest Stable: 1.0
  • Latest Release Candidate: 1.0-rc-5-kohsuke-1

All Versions

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

Version Vulnerabilities Updated
1.0
clean-maven-plugin-1.0-rc-5-kohsuke-1
clean-maven-plugin-1.0
clean-maven-plugin-1.0-rc-5
clean-maven-plugin-1.0-rc-4
clean-maven-plugin-1.0-rc-3
clean-maven-plugin-1.0-rc-2
clean-maven-plugin-1.0-rc-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.groovy.maven.examples</groupId>
    <artifactId>clean-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>