Uses of Class
org.apache.maven.api.plugin.descriptor.lifecycle.Lifecycle.Builder
Package
Description
Maven Plugin forked lifecycle model.
-
Uses of Lifecycle.Builder in org.apache.maven.api.plugin.descriptor.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.