@Mojo(name="purge-local-repository",
threadSafe=true)
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 |
protected List<org.apache.maven.artifact.repository.ArtifactRepository> |
remoteRepositories
List of Remote Repositories used by the resolver
|
static String |
VERSION_FUZZINESS |
Constructor and Description |
---|
PurgeLocalRepositoryMojo() |
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
@Parameter(defaultValue="${project.remoteArtifactRepositories}", readonly=true, required=true) protected List<org.apache.maven.artifact.repository.ArtifactRepository> remoteRepositories
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
public boolean isSkip()
public void setSkip(boolean skip)
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.