@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, setPluginContext
public void execute() throws MojoExecutionException, MojoFailureException
protected boolean isSkip()
skip
public 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–2018 The Apache Software Foundation. All rights reserved.