Package org.apache.maven.internal.impl
Class DefaultPluginConfigurationExpander
java.lang.Object
org.apache.maven.internal.impl.DefaultPluginConfigurationExpander
- All Implemented Interfaces:
PluginConfigurationExpander
@Named
@Singleton
public class DefaultPluginConfigurationExpander
extends Object
implements PluginConfigurationExpander
Handles expansion of general build plugin configuration into individual executions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexpandPlugin
(List<Plugin> oldPlugins) expandPluginConfiguration
(Model model, ModelBuilderRequest request, ModelProblemCollector problems) Merges values from general build plugin configuration into the individual plugin executions of the given model.private List
<ReportPlugin> expandReport
(List<ReportPlugin> oldPlugins) (package private) static <T> List
<T>
-
Constructor Details
-
DefaultPluginConfigurationExpander
public DefaultPluginConfigurationExpander()
-
-
Method Details
-
expandPluginConfiguration
public Model expandPluginConfiguration(Model model, ModelBuilderRequest request, ModelProblemCollector problems) Description copied from interface:PluginConfigurationExpander
Merges values from general build plugin configuration into the individual plugin executions of the given model.- Specified by:
expandPluginConfiguration
in interfacePluginConfigurationExpander
- Parameters:
model
- The model whose build plugin configuration should be expanded, must not benull
.request
- The model building request that holds further settings, must not benull
.problems
- The container used to collect problems that were encountered, must not benull
.
-
expandPlugin
-
expandReport
-
map
-