| Package | Description |
|---|---|
| org.apache.maven.model |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<ReportPlugin> |
Reporting.getPlugins() |
Method getPlugins.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Reporting.addPlugin(ReportPlugin reportPlugin) |
Method addPlugin.
|
void |
Reporting.removePlugin(ReportPlugin reportPlugin) |
Method removePlugin.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Reporting.setPlugins(java.util.List<ReportPlugin> plugins) |
Set the reporting plugins to use and their configuration.
|