Uses of Class
org.apache.maven.model.PluginContainer

Packages that use PluginContainer
org.apache.maven.model   
org.apache.maven.project   
org.apache.maven.project.injection   
org.apache.maven.project.overlay   
 

Uses of PluginContainer in org.apache.maven.model
 

Subclasses of PluginContainer in org.apache.maven.model
 class Build
          The <build> element contains informations required to build the project.
 class BuildBase
          Generic informations for a build.
 class PluginConfiguration
          Contains the plugins management informations for the project.
 class PluginManagement
          Section for management of default plugin information for use in a group of POMs.
 

Uses of PluginContainer in org.apache.maven.project
 

Methods in org.apache.maven.project with parameters of type PluginContainer
static void ModelUtils.mergePluginLists(PluginContainer childContainer, PluginContainer parentContainer, boolean handleAsInheritance)
          This should be the resulting ordering of plugins after merging: Given: parent: X -> A -> B -> D -> E child: Y -> A -> C -> D -> F Result: X -> Y -> A -> B -> C -> D -> E -> F
 

Uses of PluginContainer in org.apache.maven.project.injection
 

Methods in org.apache.maven.project.injection with parameters of type PluginContainer
protected  void DefaultProfileInjector.injectPlugins(PluginContainer profileContainer, PluginContainer modelContainer)
          This should be the resulting ordering of plugins after injection: Given: model: X -> A -> B -> D -> E profile: Y -> A -> C -> D -> F Result: X -> Y -> A -> B -> C -> D -> E -> F
 

Uses of PluginContainer in org.apache.maven.project.overlay
 

Subclasses of PluginContainer in org.apache.maven.project.overlay
 class BuildOverlay
           
 



Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.