Uses of Class
org.apache.maven.api.plugin.descriptor.lifecycle.LifecycleConfiguration
Packages that use LifecycleConfiguration
Package
Description
Contains classes for managing plugin-specific lifecycle bindings and forked executions.
-
Uses of LifecycleConfiguration in org.apache.maven.api.plugin.descriptor.lifecycle
Methods in org.apache.maven.api.plugin.descriptor.lifecycle that return LifecycleConfigurationModifier and TypeMethodDescriptionLifecycleConfiguration.Builder.build()
static LifecycleConfiguration
LifecycleConfiguration.newInstance()
Creates a newLifecycleConfiguration
instance.static LifecycleConfiguration
LifecycleConfiguration.newInstance
(boolean withDefaults) Creates a newLifecycleConfiguration
instance using default values or not.LifecycleConfiguration.withLifecycles
(Collection<Lifecycle> lifecycles) Creates a newLifecycleConfiguration
instance using the specified lifecycles.Methods in org.apache.maven.api.plugin.descriptor.lifecycle with parameters of type LifecycleConfigurationModifier and TypeMethodDescriptionLifecycleConfiguration.newBuilder
(LifecycleConfiguration from) Creates a newLifecycleConfiguration
builder instance using the specified object as a basis.LifecycleConfiguration.newBuilder
(LifecycleConfiguration from, boolean forceCopy) Creates a newLifecycleConfiguration
builder instance using the specified object as a basis.Constructors in org.apache.maven.api.plugin.descriptor.lifecycle with parameters of type LifecycleConfiguration