|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.mergeDuplicatePluginDefinitions(PluginContainer pluginContainer)
Given this plugin list: A1 -> B -> C -> A2 -> D Rearrange it to this: A(A1 + A2) -> B -> C -> D In cases of overlapping definitions, A1 is overridden by A2 |
static void |
ModelUtils.mergePluginLists(PluginContainer child,
PluginContainer parent,
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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |