- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(name="purge-local-repository",
threadSafe=true,
requiresProject=false)
public class PurgeLocalRepositoryMojo
extends org.apache.maven.plugin.AbstractMojo
When run on a project, remove the project dependencies from the local repository, and optionally re-resolve them.
Outside of a project, remove the manually given dependencies.
- Since:
- 2.0
- Version:
- $Id: PurgeLocalRepositoryMojo.java 1807877 2017-09-09 10:35:59Z khmarbaise $
- Author:
- jdcasey