Uses of Class
org.apache.maven.api.model.PluginManagement.Builder
-
Uses of PluginManagement.Builder in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return PluginManagement.BuilderModifier and TypeMethodDescriptionPluginManagement.Builder.location(Object key, InputLocation location) static PluginManagement.BuilderPluginManagement.newBuilder()Creates a newPluginManagementbuilder instance.static PluginManagement.BuilderPluginManagement.newBuilder(boolean withDefaults) Creates a newPluginManagementbuilder instance using default values or not.static PluginManagement.BuilderPluginManagement.newBuilder(PluginManagement from) Creates a newPluginManagementbuilder instance using the specified object as a basis.static PluginManagement.BuilderPluginManagement.newBuilder(PluginManagement from, boolean forceCopy) Creates a newPluginManagementbuilder 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.