Package | Description |
---|---|
org.apache.maven.plugin.lifecycle | |
org.apache.maven.plugin.lifecycle.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Execution> |
Phase.executions
Field executions.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Execution> |
Phase.getExecutions()
Method getExecutions.
|
Modifier and Type | Method and Description |
---|---|
void |
Phase.addExecution(Execution execution)
Method addExecution.
|
void |
Phase.removeExecution(Execution execution)
Method removeExecution.
|
Modifier and Type | Method and Description |
---|---|
void |
Phase.setExecutions(java.util.List<Execution> executions)
Set the goals to execute within the phase.
|
Modifier and Type | Method and Description |
---|---|
private Execution |
LifecycleMappingsXpp3Reader.parseExecution(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseExecution.
|
Modifier and Type | Method and Description |
---|---|
private void |
LifecycleMappingsXpp3Writer.writeExecution(Execution execution,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeExecution.
|