Uses of Class
org.apache.maven.model.PluginManagement
Packages that use PluginManagement
Package
Description
-
Uses of PluginManagement in org.apache.maven.model
Fields in org.apache.maven.model declared as PluginManagementModifier and TypeFieldDescriptionprivate PluginManagement
PluginConfiguration.pluginManagement
Default plugin information to be made available for reference by projects derived from this one.Methods in org.apache.maven.model that return PluginManagementModifier and TypeMethodDescriptionPluginConfiguration.getPluginManagement()
Get default plugin information to be made available for reference by projects derived from this one.Methods in org.apache.maven.model with parameters of type PluginManagementModifier and TypeMethodDescriptionvoid
PluginConfiguration.setPluginManagement
(PluginManagement pluginManagement) Set default plugin information to be made available for reference by projects derived from this one. -
Uses of PluginManagement in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return PluginManagementModifier and TypeMethodDescriptionprivate PluginManagement
MavenXpp3Reader.parsePluginManagement
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parsePluginManagement.Methods in org.apache.maven.model.io.xpp3 with parameters of type PluginManagementModifier and TypeMethodDescriptionprivate void
MavenXpp3Writer.writePluginManagement
(PluginManagement pluginManagement, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writePluginManagement. -
Uses of PluginManagement in org.apache.maven.project
Methods in org.apache.maven.project that return PluginManagementModifier and TypeMethodDescriptionstatic PluginManagement
ModelUtils.clonePluginManagement
(PluginManagement src) MavenProject.getPluginManagement()
Methods in org.apache.maven.project with parameters of type PluginManagementModifier and TypeMethodDescriptionstatic PluginManagement
ModelUtils.clonePluginManagement
(PluginManagement src) -
Uses of PluginManagement in org.apache.maven.project.injection
Methods in org.apache.maven.project.injection with parameters of type PluginManagementModifier and TypeMethodDescriptionprivate void
DefaultModelDefaultsInjector.injectPluginDefaults
(Build build, PluginManagement pluginManagement) -
Uses of PluginManagement in org.apache.maven.project.overlay
Methods in org.apache.maven.project.overlay that return PluginManagementMethods in org.apache.maven.project.overlay with parameters of type PluginManagementModifier and TypeMethodDescriptionvoid
BuildOverlay.setPluginManagement
(PluginManagement pluginManagement)