public class LifecycleMojo extends Object
Constructor and Description |
---|
LifecycleMojo() |
Modifier and Type | Method and Description |
---|---|
org.codehaus.plexus.util.xml.Xpp3Dom |
getConfiguration() |
List<Dependency> |
getDependencies() |
String |
getGoal() |
void |
setConfiguration(org.codehaus.plexus.util.xml.Xpp3Dom configuration) |
void |
setDependencies(List<Dependency> dependencies) |
void |
setGoal(String goal) |
public String getGoal()
public org.codehaus.plexus.util.xml.Xpp3Dom getConfiguration()
public List<Dependency> getDependencies()
public void setGoal(String goal)
public void setConfiguration(org.codehaus.plexus.util.xml.Xpp3Dom configuration)
public void setDependencies(List<Dependency> dependencies)
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.