Uses of Class
org.apache.maven.model.PluginContainer
Packages that use PluginContainer
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 PluginContainer in org.apache.maven.model
Subclasses of PluginContainer in org.apache.maven.modelModifier and TypeClassDescriptionclassThe<build>element contains informations required to build the project.classBuild configuration in a profile.classContains the plugins management informations for the project.classSection for management of default plugin information for use in a group of POMs.Methods in org.apache.maven.model that return PluginContainer -
Uses of PluginContainer in org.apache.maven.model.inheritance
Methods in org.apache.maven.model.inheritance with parameters of type PluginContainerModifier and TypeMethodDescriptionprotected voidDefaultInheritanceAssembler.InheritanceModelMerger.mergePluginContainer_Plugins(PluginContainer target, PluginContainer source, boolean sourceDominant, Map<Object, Object> context) -
Uses of PluginContainer in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return PluginContainerModifier and TypeMethodDescriptionprivate PluginContainerMavenXpp3Reader.parsePluginContainer(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parsePluginContainer.private PluginContainerMavenXpp3ReaderEx.parsePluginContainer(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) Method parsePluginContainer.Methods in org.apache.maven.model.io.xpp3 with parameters of type PluginContainerModifier and TypeMethodDescriptionprivate voidMavenXpp3Writer.writePluginContainer(PluginContainer pluginContainer, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writePluginContainer.private voidMavenXpp3WriterEx.writePluginContainer(PluginContainer pluginContainer, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writePluginContainer. -
Uses of PluginContainer in org.apache.maven.model.management
Methods in org.apache.maven.model.management with parameters of type PluginContainerModifier and TypeMethodDescriptionprivate voidDefaultPluginManagementInjector.ManagementModelMerger.mergePluginContainerPlugins(PluginContainer target, PluginContainer source) -
Uses of PluginContainer in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type PluginContainerModifier and TypeMethodDescriptionprotected voidModelMerger.mergePluginContainer(PluginContainer target, PluginContainer source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergePluginContainer_Plugins(PluginContainer target, PluginContainer source, boolean sourceDominant, Map<Object, Object> context) -
Uses of PluginContainer in org.apache.maven.model.plugin
Methods in org.apache.maven.model.plugin with parameters of type PluginContainerModifier and TypeMethodDescriptionprotected voidDefaultLifecycleBindingsInjector.LifecycleBindingsMerger.mergePluginContainer_Plugins(PluginContainer target, PluginContainer source, boolean sourceDominant, Map<Object, Object> context) -
Uses of PluginContainer in org.apache.maven.model.profile
Methods in org.apache.maven.model.profile with parameters of type PluginContainerModifier and TypeMethodDescriptionprotected voidDefaultProfileInjector.ProfileModelMerger.mergePluginContainer_Plugins(PluginContainer target, PluginContainer source, boolean sourceDominant, Map<Object, Object> context) -
Uses of PluginContainer in org.apache.maven.project
Methods in org.apache.maven.project with parameters of type PluginContainerModifier and TypeMethodDescriptionstatic voidModelUtils.mergePluginLists(PluginContainer childContainer, PluginContainer parentContainer, boolean handleAsInheritance) Deprecated.This should be the resulting ordering of plugins after merging: