Uses of Class
org.apache.maven.plugin.lifecycle.Phase
-
Packages that use Phase Package Description org.apache.maven.plugin.lifecycle org.apache.maven.plugin.lifecycle.io.xpp3 -
-
Uses of Phase in org.apache.maven.plugin.lifecycle
Fields in org.apache.maven.plugin.lifecycle with type parameters of type Phase Modifier and Type Field Description private java.util.List<Phase>
Lifecycle. phases
Field phases.Methods in org.apache.maven.plugin.lifecycle that return types with arguments of type Phase Modifier and Type Method Description java.util.List<Phase>
Lifecycle. getPhases()
Method getPhases.Methods in org.apache.maven.plugin.lifecycle with parameters of type Phase Modifier and Type Method Description void
Lifecycle. addPhase(Phase phase)
Method addPhase.void
Lifecycle. removePhase(Phase phase)
Method removePhase.Method parameters in org.apache.maven.plugin.lifecycle with type arguments of type Phase Modifier and Type Method Description void
Lifecycle. setPhases(java.util.List<Phase> phases)
Set the phase mappings for this lifecycle. -
Uses of Phase in org.apache.maven.plugin.lifecycle.io.xpp3
Methods in org.apache.maven.plugin.lifecycle.io.xpp3 that return Phase Modifier and Type Method Description private Phase
LifecycleMappingsXpp3Reader. parsePhase(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parsePhase.Methods in org.apache.maven.plugin.lifecycle.io.xpp3 with parameters of type Phase Modifier and Type Method Description private void
LifecycleMappingsXpp3Writer. writePhase(Phase phase, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writePhase.
-