Uses of Class
org.apache.maven.plugin.lifecycle.Lifecycle.Builder
-
Uses of Lifecycle.Builder in org.apache.maven.plugin.lifecycle
Modifier and TypeMethodDescriptionstatic Lifecycle.Builder
Lifecycle.newBuilder()
Creates a newLifecycle
builder instance.static Lifecycle.Builder
Lifecycle.newBuilder
(boolean withDefaults) Creates a newLifecycle
builder instance using default values or not.static Lifecycle.Builder
Lifecycle.newBuilder
(Lifecycle from) Creates a newLifecycle
builder instance using the specified object as a basis.static Lifecycle.Builder
Lifecycle.newBuilder
(Lifecycle from, boolean forceCopy) Creates a newLifecycle
builder instance using the specified object as a basis.Lifecycle.Builder.phases
(Collection<Phase> phases) Lifecycle.with()
Creates a new builder with this object as the basis.