Uses of Class
org.apache.maven.model.PluginManagement
Packages that use PluginManagement
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo
model.XML reader and writer classes for Maven POM, generated from
maven.mdo
model.POM merger.
-
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 TypeMethodDescriptionPluginManagement.clone()
Method clone.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 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.interpolation
Methods in org.apache.maven.model.interpolation with parameters of type PluginManagementModifier and TypeMethodDescriptionprivate void
StringVisitorModelInterpolator.ModelVisitor.visit
(PluginManagement pluginManagement) -
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.private PluginManagement
MavenXpp3ReaderEx.parsePluginManagement
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) 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.private void
MavenXpp3WriterEx.writePluginManagement
(PluginManagement pluginManagement, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writePluginManagement. -
Uses of PluginManagement in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type PluginManagementModifier and TypeMethodDescriptionprotected void
ModelMerger.mergePluginManagement
(PluginManagement target, PluginManagement source, boolean sourceDominant, Map<Object, Object> context) -
Uses of PluginManagement in org.apache.maven.project
Methods in org.apache.maven.project that return PluginManagement