Interface PluginConfigurationExpander

All Known Implementing Classes:
DefaultPluginConfigurationExpander

public interface PluginConfigurationExpander
Handles expansion of general build plugin configuration into individual executions.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.maven.api.model.Model
    expandPluginConfiguration(org.apache.maven.api.model.Model model, org.apache.maven.api.services.ModelBuilderRequest request, org.apache.maven.api.services.ModelProblemCollector problems)
    Merges values from general build plugin configuration into the individual plugin executions of the given model.
  • Method Details

    • expandPluginConfiguration

      org.apache.maven.api.model.Model expandPluginConfiguration(org.apache.maven.api.model.Model model, org.apache.maven.api.services.ModelBuilderRequest request, org.apache.maven.api.services.ModelProblemCollector problems)
      Merges values from general build plugin configuration into the individual plugin executions of the given model.
      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.