Class DefaultPluginConfigurationExpander
java.lang.Object
org.apache.maven.model.plugin.DefaultPluginConfigurationExpander
- All Implemented Interfaces:
- PluginConfigurationExpander
@Named
@Singleton
@Deprecated(since="4.0.0")
public class DefaultPluginConfigurationExpander
extends Object
implements PluginConfigurationExpander
Deprecated.
Handles expansion of general build plugin configuration into individual executions.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidexpandPluginConfiguration(Model model, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.Merges values from general build plugin configuration into the individual plugin executions of the given model.
- 
Constructor Details- 
DefaultPluginConfigurationExpanderpublic DefaultPluginConfigurationExpander()Deprecated.
 
- 
- 
Method Details- 
expandPluginConfigurationpublic void expandPluginConfiguration(Model model, ModelBuildingRequest request, ModelProblemCollector problems) Deprecated.Description copied from interface:PluginConfigurationExpanderMerges values from general build plugin configuration into the individual plugin executions of the given model.- Specified by:
- expandPluginConfigurationin interface- PluginConfigurationExpander
- Parameters:
- model- The model whose build plugin configuration should be expanded, must not be- null.
- request- The model building request that holds further settings, must not be- null.
- problems- The container used to collect problems that were encountered, must not be- null.
 
 
- 
org.apache.maven.api.services.ModelBuilderinstead