Package | Description |
---|---|
org.apache.maven.plugin.lifecycle | |
org.apache.maven.plugin.lifecycle.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Phase> |
Lifecycle.phases
Field phases.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Phase> |
Lifecycle.getPhases()
Method getPhases.
|
Modifier and Type | Method and Description |
---|---|
void |
Lifecycle.addPhase(Phase phase)
Method addPhase.
|
void |
Lifecycle.removePhase(Phase phase)
Method removePhase.
|
Modifier and Type | Method and Description |
---|---|
void |
Lifecycle.setPhases(java.util.List<Phase> phases)
Set the phase mappings for this lifecycle.
|
Modifier and Type | Method and Description |
---|---|
private Phase |
LifecycleMappingsXpp3Reader.parsePhase(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parsePhase.
|
Modifier and Type | Method and Description |
---|---|
private void |
LifecycleMappingsXpp3Writer.writePhase(Phase phase,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writePhase.
|