Uses of Class
org.apache.maven.plugin.lifecycle.Phase
Packages that use Phase
-
Uses of Phase in org.apache.maven.plugin.lifecycle
Methods in org.apache.maven.plugin.lifecycle that return PhaseModifier and TypeMethodDescriptionPhase.Builder.build()
static Phase
Phase.newInstance()
Creates a newPhase
instance.static Phase
Phase.newInstance
(boolean withDefaults) Creates a newPhase
instance using default values or not.Phase.withConfiguration
(org.apache.maven.api.xml.XmlNode configuration) Creates a newPhase
instance using the specified configuration.Phase.withExecutions
(Collection<Execution> executions) Creates a newPhase
instance using the specified executions.Creates a newPhase
instance using the specified id.Methods 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 TypeMethodDescriptionstatic Phase.Builder
Phase.newBuilder
(Phase from) Creates a newPhase
builder instance using the specified object as a basis.static Phase.Builder
Phase.newBuilder
(Phase from, boolean forceCopy) Creates a newPhase
builder instance using the specified object as a basis.Method parameters in org.apache.maven.plugin.lifecycle with type arguments of type PhaseModifier and TypeMethodDescriptionLifecycle.Builder.phases
(Collection<Phase> phases) Lifecycle.withPhases
(Collection<Phase> phases) Creates a newLifecycle
instance using the specified phases.