Class ModelUtils
java.lang.Object
org.apache.maven.project.ModelUtils
Deprecated.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidmergeFilterLists(List<String> childFilters, List<String> parentFilters) Deprecated.static voidmergePluginDefinitions(Plugin child, Plugin parent, boolean handleAsInheritance) Deprecated.static voidmergePluginLists(PluginContainer childContainer, PluginContainer parentContainer, boolean handleAsInheritance) Deprecated.This should be the resulting ordering of plugins after merging:orderAfterMerge(List<Plugin> merged, List<Plugin> highPrioritySource, List<Plugin> lowPrioritySource) Deprecated.
- 
Constructor Details- 
ModelUtilspublic ModelUtils()Deprecated.
 
- 
- 
Method Details- 
mergePluginListspublic static void mergePluginLists(PluginContainer childContainer, PluginContainer parentContainer, boolean handleAsInheritance) Deprecated.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 
- 
orderAfterMerge
- 
mergePluginDefinitions
- 
mergeFilterLists
 
-