Package org.apache.maven.plugin.registry
Class PluginRegistryUtils
java.lang.Object
org.apache.maven.plugin.registry.PluginRegistryUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PluginRegistryextractUserPluginRegistry(PluginRegistry pluginRegistry) static voidmerge(PluginRegistry dominant, PluginRegistry recessive, String recessiveSourceLevel) static voidrecursivelySetSourceLevel(PluginRegistry pluginRegistry, String sourceLevel) private static voidshallowMergePlugins(PluginRegistry dominant, List recessive, String recessiveSourceLevel)
-
Constructor Details
-
PluginRegistryUtils
private PluginRegistryUtils()
-
-
Method Details
-
merge
public static void merge(PluginRegistry dominant, PluginRegistry recessive, String recessiveSourceLevel) -
recursivelySetSourceLevel
-
shallowMergePlugins
private static void shallowMergePlugins(PluginRegistry dominant, List recessive, String recessiveSourceLevel) -
extractUserPluginRegistry
-