@Mojo(name="purge-local-repository", threadSafe=true) 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 |
protected List<ArtifactRepository> |
remoteRepositories
List of Remote Repositories used by the resolver
|
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
@Parameter(defaultValue="${project.remoteArtifactRepositories}", readonly=true, required=true) protected List<ArtifactRepository> remoteRepositories
public void execute()
throws MojoExecutionException,
MojoFailureException
public boolean isSkip()
public void setSkip(boolean skip)
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.