org.apache.maven.plugin.dependency
Class PurgeLocalRepositoryMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugin.dependency.PurgeLocalRepositoryMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class PurgeLocalRepositoryMojo
extends org.apache.maven.plugin.AbstractMojo

Remove the project dependencies from the local repository, and optionally re-resolve them.

Since:
2.0
Version:
$Id: PurgeLocalRepositoryMojo.java 1190290 2011-10-28 13:01:39Z olamy $
Author:
jdcasey
Aggregates the Maven project and its child modules.
Is defined by the goal name:
purge-local-repository

Field Summary
static String ARTIFACT_ID_FUZZINESS
           
static String FILE_FUZZINESS
           
static String GROUP_ID_FUZZINESS
           
static String VERSION_FUZZINESS
           
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
PurgeLocalRepositoryMojo()
           
 
Method Summary
 void execute()
           
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE_FUZZINESS

public static final String FILE_FUZZINESS
See Also:
Constant Field Values

VERSION_FUZZINESS

public static final String VERSION_FUZZINESS
See Also:
Constant Field Values

ARTIFACT_ID_FUZZINESS

public static final String ARTIFACT_ID_FUZZINESS
See Also:
Constant Field Values

GROUP_ID_FUZZINESS

public static final String GROUP_ID_FUZZINESS
See Also:
Constant Field Values
Constructor Detail

PurgeLocalRepositoryMojo

public PurgeLocalRepositoryMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.