Uses of Class
org.apache.maven.model.PluginManagement
-
Packages that use PluginManagement Package Description org.apache.maven.model org.apache.maven.model.io.xpp3 org.apache.maven.project org.apache.maven.project.injection org.apache.maven.project.overlay -
-
Uses of PluginManagement in org.apache.maven.model
Fields in org.apache.maven.model declared as PluginManagement Modifier and Type Field Description private 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 PluginManagement Modifier and Type Method Description PluginManagement
PluginConfiguration. 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 PluginManagement Modifier and Type Method Description void
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 PluginManagement Modifier and Type Method Description private 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 PluginManagement Modifier and Type Method Description private void
MavenXpp3Writer. writePluginManagement(PluginManagement pluginManagement, java.lang.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 PluginManagement Modifier and Type Method Description static PluginManagement
ModelUtils. clonePluginManagement(PluginManagement src)
PluginManagement
MavenProject. getPluginManagement()
Methods in org.apache.maven.project with parameters of type PluginManagement Modifier and Type Method Description static 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 PluginManagement Modifier and Type Method Description private 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 PluginManagement Modifier and Type Method Description PluginManagement
BuildOverlay. getPluginManagement()
Methods in org.apache.maven.project.overlay with parameters of type PluginManagement Modifier and Type Method Description void
BuildOverlay. setPluginManagement(PluginManagement pluginManagement)
-