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 new Phase instance.static Phase
Phase.newInstance
(boolean withDefaults) Creates a new Phase instance using default values or not.Phase.withConfiguration
(org.apache.maven.api.xml.Dom configuration) Creates a new Phase instance using the specified configuration.Phase.withExecutions
(Collection<Execution> executions) Creates a new Phase instance using the specified executions.Creates a new Phase instance using the specified id.Modifier and TypeMethodDescriptionstatic Phase.Builder
Phase.newBuilder
(Phase from) Creates a new Phase builder instance using the specified object as a basis.static Phase.Builder
Phase.newBuilder
(Phase from, boolean forceCopy) Creates a new Phase builder instance using the specified object as a basis.Modifier and TypeMethodDescriptionLifecycle.Builder.phases
(Collection<Phase> phases) Lifecycle.withPhases
(Collection<Phase> phases) Creates a new Lifecycle instance using the specified phases.