Uses of Class
org.apache.maven.model.PluginContainer
Packages that use PluginContainer
Package
Description
POM merger.
-
Uses of PluginContainer in org.apache.maven.model
Subclasses of PluginContainer in org.apache.maven.modelModifier and TypeClassDescriptionclass
class
class
class
Methods in org.apache.maven.model that return PluginContainerMethods in org.apache.maven.model that return types with arguments of type PluginContainerModifier and TypeMethodDescriptionstatic List<PluginContainer>
PluginContainer.pluginContainerToApiV3
(List<PluginContainer> list) Method parameters in org.apache.maven.model with type arguments of type PluginContainerModifier and TypeMethodDescriptionstatic List<PluginContainer>
PluginContainer.pluginContainerToApiV4
(List<PluginContainer> list) -
Uses of PluginContainer in org.apache.maven.model.inheritance
Methods in org.apache.maven.model.inheritance with parameters of type PluginContainerModifier and TypeMethodDescriptionprotected void
DefaultInheritanceAssembler.InheritanceModelMerger.mergePluginContainer_Plugins
(PluginContainer target, PluginContainer source, boolean sourceDominant, Map<Object, Object> context) -
Uses of PluginContainer in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type PluginContainerModifier and TypeMethodDescriptionprotected void
ModelMerger.mergePluginContainer
(PluginContainer target, PluginContainer source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.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 void
DefaultLifecycleBindingsInjector.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 void
DefaultProfileInjector.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 void
ModelUtils.mergePluginLists
(PluginContainer childContainer, PluginContainer parentContainer, boolean handleAsInheritance) Deprecated.This should be the resulting ordering of plugins after merging: