| Package | Description |
|---|---|
| org.apache.maven.model | |
| org.apache.maven.project |
| Modifier and Type | Method and Description |
|---|---|
List<ReportPlugin> |
Reporting.getPlugins()
Method getPlugins.
|
| 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 |
|---|---|
static ReportPlugin |
ModelUtils.cloneReportPlugin(ReportPlugin src) |
| Modifier and Type | Method and Description |
|---|---|
static ReportPlugin |
ModelUtils.cloneReportPlugin(ReportPlugin src) |
static void |
ModelUtils.mergeReportPluginDefinitions(ReportPlugin child,
ReportPlugin parent,
boolean handleAsInheritance) |
Copyright © 2001-2021 The Apache Software Foundation. All Rights Reserved.