org.apache.maven.project
Class ModelUtils

java.lang.Object
  extended by org.apache.maven.project.ModelUtils

Deprecated.

@Deprecated
public final class ModelUtils
extends Object


Constructor Summary
ModelUtils()
          Deprecated.  
 
Method Summary
static void mergeFilterLists(List<String> childFilters, List<String> parentFilters)
          Deprecated.  
static void mergePluginDefinitions(Plugin child, Plugin parent, boolean handleAsInheritance)
          Deprecated.  
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

static List<Repository> mergeRepositoryLists(List<Repository> dominant, List<Repository> recessive)
          Deprecated.  
static List<Plugin> orderAfterMerge(List<Plugin> merged, List<Plugin> highPrioritySource, List<Plugin> lowPrioritySource)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelUtils

public ModelUtils()
Deprecated. 
Method Detail

mergePluginLists

public 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

public static List<Plugin> orderAfterMerge(List<Plugin> merged,
                                           List<Plugin> highPrioritySource,
                                           List<Plugin> lowPrioritySource)
Deprecated. 

mergePluginDefinitions

public static void mergePluginDefinitions(Plugin child,
                                          Plugin parent,
                                          boolean handleAsInheritance)
Deprecated. 

mergeRepositoryLists

public static List<Repository> mergeRepositoryLists(List<Repository> dominant,
                                                    List<Repository> recessive)
Deprecated. 

mergeFilterLists

public static void mergeFilterLists(List<String> childFilters,
                                    List<String> parentFilters)
Deprecated. 


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.