Uses of Class
org.apache.maven.plugin.lifecycle.Phase.Builder
-
Uses of Phase.Builder in org.apache.maven.plugin.lifecycle
Modifier and TypeMethodDescriptionPhase.Builder.configuration
(org.apache.maven.api.xml.XmlNode configuration) Phase.Builder.executions
(Collection<Execution> executions) static Phase.Builder
Phase.newBuilder()
Creates a newPhase
builder instance.static Phase.Builder
Phase.newBuilder
(boolean withDefaults) Creates a newPhase
builder instance using default values or not.static Phase.Builder
Phase.newBuilder
(Phase from) Creates a newPhase
builder instance using the specified object as a basis.static Phase.Builder
Phase.newBuilder
(Phase from, boolean forceCopy) Creates a newPhase
builder instance using the specified object as a basis.Phase.with()
Creates a new builder with this object as the basis.