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 new Phase instance.static Phase
Phase.newInstance
(boolean withDefaults) Creates a new Phase instance using default values or not.Phase.withConfiguration
(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.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 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.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 new Lifecycle instance using the specified phases.