@Mojo(name="purge-local-repository", threadSafe=true, requiresProject=false) public class PurgeLocalRepositoryMojo extends 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) |
getLog, getPluginContext, setLog, setPluginContextpublic 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 MojoExecutionException,
MojoFailureException
public boolean isSkip()
public void setSkip(boolean skip)
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.