Uses of Class
org.apache.maven.plugin.lifecycle.Phase
-
Uses of Phase in org.apache.maven.plugin.lifecycle
Modifier 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
(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.Modifier 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.Modifier and TypeMethodDescriptionLifecycle.Builder.phases
(Collection<Phase> phases) Lifecycle.withPhases
(Collection<Phase> phases) Creates a newLifecycle
instance using the specified phases.