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 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 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 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.interpolation
Methods in org.apache.maven.model.interpolation with parameters of type PluginManagementModifier and TypeMethodDescriptionprivate voidStringVisitorModelInterpolator.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 PluginManagementMavenXpp3Reader.parsePluginManagement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parsePluginManagement.private PluginManagementMavenXpp3ReaderEx.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 voidMavenXpp3Writer.writePluginManagement(PluginManagement pluginManagement, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writePluginManagement.private voidMavenXpp3WriterEx.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 voidModelMerger.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