Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.project | |
org.apache.maven.project.overlay |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
static PluginManagement |
ModelUtils.clonePluginManagement(PluginManagement src) |
PluginManagement |
MavenProject.getPluginManagement() |
Modifier and Type | Method and Description |
---|---|
static PluginManagement |
ModelUtils.clonePluginManagement(PluginManagement src) |
Modifier and Type | Method and Description |
---|---|
PluginManagement |
BuildOverlay.getPluginManagement() |
Modifier and Type | Method and Description |
---|---|
void |
BuildOverlay.setPluginManagement(PluginManagement pluginManagement) |
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.