@Mojo(name="purge-local-repository",
threadSafe=true,
requiresProject=false)
public class PurgeLocalRepositoryMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
static String |
ARTIFACT_ID_FUZZINESS |
static String |
FILE_FUZZINESS |
static String |
GROUP_ID_FUZZINESS |
static String |
VERSION_FUZZINESS |
| Constructor and Description |
|---|
PurgeLocalRepositoryMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
boolean |
isSkip() |
void |
setSkip(boolean skip) |
public static final String FILE_FUZZINESS
public static final String VERSION_FUZZINESS
public static final String ARTIFACT_ID_FUZZINESS
public static final String GROUP_ID_FUZZINESS
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionpublic boolean isSkip()
public void setSkip(boolean skip)
Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.