| MavenPluginManagerHelper |
MavenPluginManager helper to deal with API changes between Maven 3.0.x and 3.1.x, ie
switch from Sonatype Aether (in org.sonatype.aether package) to Eclipse Aether (in
org.eclipse.aether package) for some parameters.
|
| MavenReportExecution |
Since Maven 3, reporting plugins (ie MavenReports) are not anymore prepared by Maven core.
|
| MavenReportExecutor |
This component will prepare MavenReports for later generation.
|
| MavenReportExecutorRequest |
|
| ReportPlugin |
Represents a reporting plugin and its execution configuration.
|
| ReportSet |
Represents a set of reports and a configuration to be used to generate them.
|