Uses of Class
org.apache.maven.plugin.lifecycle.Phase
Packages that use Phase
-
Uses of Phase in org.apache.maven.plugin.lifecycle
Fields in org.apache.maven.plugin.lifecycle with type parameters of type PhaseMethods in org.apache.maven.plugin.lifecycle that return types with arguments of type PhaseMethods in org.apache.maven.plugin.lifecycle with parameters of type PhaseModifier and TypeMethodDescriptionvoidMethod addPhase.voidLifecycle.removePhase(Phase phase) Method removePhase.Method parameters in org.apache.maven.plugin.lifecycle with type arguments of type Phase -
Uses of Phase in org.apache.maven.plugin.lifecycle.io.xpp3
Methods in org.apache.maven.plugin.lifecycle.io.xpp3 that return PhaseModifier and TypeMethodDescriptionprivate PhaseLifecycleMappingsXpp3Reader.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 PhaseModifier and TypeMethodDescriptionprivate voidLifecycleMappingsXpp3Writer.writePhase(Phase phase, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writePhase.