@Mojo(name="get",
requiresProject=false,
threadSafe=true)
public class GetMojo
extends org.apache.maven.plugin.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) |
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionprotected 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–2022 The Apache Software Foundation. All rights reserved.