Uses of Class
org.apache.maven.api.plugin.descriptor.lifecycle.LifecycleConfiguration
Package
Description
Maven Plugin forked lifecycle model.
-
Uses of LifecycleConfiguration in org.apache.maven.api.plugin.descriptor.lifecycle
Modifier 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.Modifier 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. -
Uses of LifecycleConfiguration in org.apache.maven.plugin.lifecycle.io
Modifier and TypeMethodDescriptionLifecycleStaxReader.read
(InputStream in) LifecycleStaxReader.read
(InputStream in, boolean strict) Method read.LifecycleStaxReader.read
(XMLStreamReader parser, boolean strict) Method read.Modifier and TypeMethodDescriptionvoid
LifecycleStaxWriter.write
(OutputStream stream, LifecycleConfiguration lifecycleConfiguration) Method write.void
LifecycleStaxWriter.write
(Writer writer, LifecycleConfiguration lifecycleConfiguration) Method write.