- 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 1756544 2016-08-16 19:16:32Z gboue $
- Author:
- jdcasey