ReportConfigurationExpander@Component(role=ReportConfigurationExpander.class) public class DefaultReportConfigurationExpander extends java.lang.Object implements ReportConfigurationExpander
| Constructor | Description |
|---|---|
DefaultReportConfigurationExpander() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
expandPluginConfiguration(org.apache.maven.model.Model model,
ModelBuildingRequest request,
ModelProblemCollector problems) |
Merges values from general report plugin configuration into the individual reports sets of the given model.
|
public void expandPluginConfiguration(org.apache.maven.model.Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
ReportConfigurationExpanderexpandPluginConfiguration in interface ReportConfigurationExpandermodel - The model whose report 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.