Uses of Class
org.apache.maven.plugin.lifecycle.Lifecycle
-
Uses of Lifecycle in org.apache.maven.plugin.descriptor
-
Uses of Lifecycle in org.apache.maven.plugin.lifecycle
Modifier and TypeMethodDescriptionLifecycle.Builder.build()
static Lifecycle
Lifecycle.newInstance()
Creates a newLifecycle
instance.static Lifecycle
Lifecycle.newInstance
(boolean withDefaults) Creates a newLifecycle
instance using default values or not.Creates a newLifecycle
instance using the specified id.Lifecycle.withPhases
(Collection<Phase> phases) Creates a newLifecycle
instance using the specified phases.Modifier and TypeMethodDescriptionstatic 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.Modifier and TypeMethodDescriptionLifecycleConfiguration.Builder.lifecycles
(Collection<Lifecycle> lifecycles) LifecycleConfiguration.withLifecycles
(Collection<Lifecycle> lifecycles) Creates a newLifecycleConfiguration
instance using the specified lifecycles.