| Interface | Description | 
|---|---|
| MavenPluginManagerHelper | MavenPluginManagerhelper to deal with API changes between Maven 3.0.x and 3.1.x, ie
 switch from Sonatype Aether (inorg.sonatype.aetherpackage) to Eclipse Aether (inorg.eclipse.aetherpackage) for some parameters. | 
| MavenReportExecutor | This component will prepare  MavenReports for later generation. | 
| Class | Description | 
|---|---|
| DefaultMavenPluginManagerHelper | DefaultMavenPluginManagerHelper class. | 
| DefaultMavenReportExecutor | 
 This component will build some  MavenReportExecutionfromMavenReportExecutorRequest. | 
| MavenReportExecution | 
   Since Maven 3, reporting plugins (ie  MavenReports) are not anymore prepared by Maven core. | 
| MavenReportExecutorRequest | Bean which contains necessary informations to build  MavenReportExecutionwithMavenReportExecutor: 
 the intent is to store some informations regarding the current Maven execution. | 
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.