MVN

ch.ringler.tools : m2cachecleanup

Maven & Gradle

Apr 24, 2018
9 stars

m2cachecleanup Maven Plugin · Plugin to purge outdated timestamped snapshot artifacts from the local maven cache

<plugin>
    <groupId>ch.ringler.tools</groupId>
    <artifactId>m2cachecleanup</artifactId>
    <version>1.1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.ringler.tools : m2cachecleanup to add to Maven - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of ch.ringler.tools : m2cachecleanup to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
m2cachecleanup-1.1.0
1.0.x
m2cachecleanup-1.0.4
m2cachecleanup-1.0.3
m2cachecleanup-1.0.2
m2cachecleanup-1.0.1
m2cachecleanup-1.0.0

How to add a plugin to Maven

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

<plugin>
    <groupId>ch.ringler.tools</groupId>
    <artifactId>m2cachecleanup</artifactId>
    <version>1.1.0</version>
</plugin>

Advertisement