@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.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
protected boolean isSkip()
public void setGroupId(String groupId)
public void setArtifactId(String artifactId)
public void setVersion(String version)
public void setClassifier(String classifier)
public void setPackaging(String type)
Copyright © 2002–2024 The Apache Software Foundation. All rights reserved.