Uses of Class
org.apache.maven.plugin.lifecycle.LifecycleConfiguration
Packages that use LifecycleConfiguration
-
Uses of LifecycleConfiguration in org.apache.maven.plugin.lifecycle
Methods in org.apache.maven.plugin.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.plugin.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. -
Uses of LifecycleConfiguration in org.apache.maven.plugin.lifecycle.io.xpp3
Methods in org.apache.maven.plugin.lifecycle.io.xpp3 that return LifecycleConfigurationModifier and TypeMethodDescriptionLifecycleMappingsXpp3Reader.read
(InputStream in) Method read.LifecycleMappingsXpp3Reader.read
(InputStream in, boolean strict) Method read.LifecycleMappingsXpp3Reader.read
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method read.Methods in org.apache.maven.plugin.lifecycle.io.xpp3 with parameters of type LifecycleConfigurationModifier and TypeMethodDescriptionvoid
LifecycleMappingsXpp3Writer.write
(OutputStream stream, LifecycleConfiguration lifecycleConfiguration) Method write.void
LifecycleMappingsXpp3Writer.write
(Writer writer, LifecycleConfiguration lifecycleConfiguration) Method write.