org.apache.maven.plugin.dependency
Class PurgeLocalRepositoryMojo
java.lang.Object
  
org.apache.maven.plugin.AbstractMojo
      
org.apache.maven.plugin.dependency.PurgeLocalRepositoryMojo
- All Implemented Interfaces: 
 - ContextEnabled, Mojo
 
@Mojo(name="purge-local-repository",
      aggregator=true)
public class PurgeLocalRepositoryMojo- extends AbstractMojo
 
Remove the project dependencies from the local repository, and optionally
 re-resolve them.
- Since:
 
  - 2.0
 
- Version:
 
  - $Id: PurgeLocalRepositoryMojo.java 1357251 2012-07-04 13:28:33Z olamy $
 
- Author:
 
  - jdcasey
 
 
| Fields inherited from interface org.apache.maven.plugin.Mojo | 
ROLE | 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
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
 
PurgeLocalRepositoryMojo
public PurgeLocalRepositoryMojo()
execute
public void execute()
             throws MojoExecutionException,
                    MojoFailureException
- Throws:
 MojoExecutionException
MojoFailureException
 
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.