Package | Description |
---|---|
org.apache.maven.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
org.apache.maven.model.merge |
POM merger.
|
org.apache.maven.project |
Modifier and Type | Method and Description |
---|---|
PluginManagement |
PluginManagement.clone()
Method clone.
|
PluginManagement |
PluginConfiguration.getPluginManagement()
Get default plugin information to be made available for
reference by projects
derived from this one.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginConfiguration.setPluginManagement(PluginManagement pluginManagement)
Set default plugin information to be made available for
reference by projects
derived from this one.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ModelMerger.mergePluginManagement(PluginManagement target,
PluginManagement source,
boolean sourceDominant,
Map<Object,Object> context) |
Modifier and Type | Method and Description |
---|---|
PluginManagement |
MavenProject.getPluginManagement() |
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.