Package org.apache.maven.project
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:static List<Repository>mergeRepositoryLists(List<Repository> dominant, List<Repository> recessive) Deprecated.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 
- 
orderAfterMergepublic static List<Plugin> orderAfterMerge(List<Plugin> merged, List<Plugin> highPrioritySource, List<Plugin> lowPrioritySource) Deprecated.
- 
mergePluginDefinitionsDeprecated.
- 
mergeRepositoryListspublic static List<Repository> mergeRepositoryLists(List<Repository> dominant, List<Repository> recessive) Deprecated.
- 
mergeFilterListsDeprecated.
 
-