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 PluginManagementPluginConfiguration.pluginManagementDefault 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 TypeMethodDescriptionvoidPluginConfiguration.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 PluginManagementMavenXpp3Reader.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 voidMavenXpp3Writer.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 PluginManagementModelUtils.clonePluginManagement(PluginManagement src) MavenProject.getPluginManagement()Methods in org.apache.maven.project with parameters of type PluginManagementModifier and TypeMethodDescriptionstatic PluginManagementModelUtils.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 voidDefaultModelDefaultsInjector.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 TypeMethodDescriptionvoidBuildOverlay.setPluginManagement(PluginManagement pluginManagement)