Package | Description |
---|---|
org.apache.maven.api.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
org.apache.maven.model.v4 |
Modifier and Type | Method and Description |
---|---|
PluginManagement.Builder |
PluginManagement.Builder.location(Object key,
InputLocation location) |
static PluginManagement.Builder |
PluginManagement.newBuilder()
Creates a new
PluginManagement builder instance. |
static PluginManagement.Builder |
PluginManagement.newBuilder(boolean withDefaults)
Creates a new
PluginManagement builder instance using default values or not. |
static PluginManagement.Builder |
PluginManagement.newBuilder(PluginManagement from)
Creates a new
PluginManagement builder instance using the specified object as a basis. |
static PluginManagement.Builder |
PluginManagement.newBuilder(PluginManagement from,
boolean forceCopy)
Creates a new
PluginManagement builder instance using the specified object as a basis. |
PluginManagement.Builder |
PluginManagement.Builder.plugins(Collection<Plugin> plugins) |
PluginManagement.Builder |
PluginManagement.with()
Creates a new builder with this object as the basis.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenMerger.mergePluginManagement_Plugins(PluginManagement.Builder builder,
PluginManagement target,
PluginManagement source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergePluginManagement(PluginManagement.Builder builder,
PluginManagement target,
PluginManagement source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenTransformer.transformPluginManagement_Plugins(PluginManagement.Builder builder,
PluginManagement target) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.