@Mojo(name="get", requiresProject=false, threadSafe=true) public class GetMojo extends AbstractMojo
settings.xml| Constructor and Description |
|---|
GetMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected boolean |
isSkip() |
void |
setArtifactId(String artifactId) |
void |
setClassifier(String classifier) |
void |
setGroupId(String groupId) |
void |
setPackaging(String type) |
void |
setVersion(String version) |
getLog, getPluginContext, setLog, setPluginContextpublic void execute()
throws MojoExecutionException,
MojoFailureException
protected boolean isSkip()
skippublic void setGroupId(String groupId)
groupId - The groupId.public void setArtifactId(String artifactId)
artifactId - The artifactId.public void setVersion(String version)
version - The version.public void setClassifier(String classifier)
classifier - The classifier to be used.public void setPackaging(String type)
type - packaging.Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.