Uses of Class
org.apache.maven.api.model.PluginManagement.Builder
-
Uses of PluginManagement.Builder in org.apache.maven.api.model
Modifier and TypeMethodDescriptionPluginManagement.Builder.location
(Object key, InputLocation location) static PluginManagement.Builder
PluginManagement.newBuilder()
Creates a newPluginManagement
builder instance.static PluginManagement.Builder
PluginManagement.newBuilder
(boolean withDefaults) Creates a newPluginManagement
builder instance using default values or not.static PluginManagement.Builder
PluginManagement.newBuilder
(PluginManagement from) Creates a newPluginManagement
builder instance using the specified object as a basis.static PluginManagement.Builder
PluginManagement.newBuilder
(PluginManagement from, boolean forceCopy) Creates a newPluginManagement
builder instance using the specified object as a basis.PluginManagement.Builder.plugins
(Collection<Plugin> plugins) PluginManagement.with()
Creates a new builder with this object as the basis.