| Package | Description | 
|---|---|
| org.apache.maven.model | 
 Maven POM (Project Object Model) classes, generated from  
maven.mdo model. | 
| org.apache.maven.model.merge | 
 POM merger. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ReportPlugin | 
ReportPlugin.clone()
Method clone. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<ReportPlugin> | 
Reporting.getPlugins()
Method getPlugins. 
 | 
Map<String,ReportPlugin> | 
Reporting.getReportPluginsAsMap()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Reporting.addPlugin(ReportPlugin reportPlugin)
Method addPlugin. 
 | 
void | 
Reporting.removePlugin(ReportPlugin reportPlugin)
Method removePlugin. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Reporting.setPlugins(List<ReportPlugin> plugins)
Set the reporting plugins to use and their configuration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected Object | 
ModelMerger.getReportPluginKey(ReportPlugin reportPlugin)  | 
protected void | 
ModelMerger.mergeReportPlugin_ArtifactId(ReportPlugin target,
                            ReportPlugin source,
                            boolean sourceDominant,
                            Map<Object,Object> context)  | 
protected void | 
ModelMerger.mergeReportPlugin_GroupId(ReportPlugin target,
                         ReportPlugin source,
                         boolean sourceDominant,
                         Map<Object,Object> context)  | 
protected void | 
ModelMerger.mergeReportPlugin_ReportSets(ReportPlugin target,
                            ReportPlugin source,
                            boolean sourceDominant,
                            Map<Object,Object> context)  | 
protected void | 
ModelMerger.mergeReportPlugin_Version(ReportPlugin target,
                         ReportPlugin source,
                         boolean sourceDominant,
                         Map<Object,Object> context)  | 
protected void | 
ModelMerger.mergeReportPlugin(ReportPlugin target,
                 ReportPlugin source,
                 boolean sourceDominant,
                 Map<Object,Object> context)  | 
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.