| Interface | Description |
|---|---|
| MavenPluginManagerHelper |
MavenPluginManager helper to deal with API changes between Maven 3.0.x and 3.1.x. |
| MavenReportExecutor |
| Class | Description |
|---|---|
| DefaultMavenPluginManagerHelper |
MavenPluginManager helper to deal with API changes between Maven 3.0.x and 3.1.x, ie switch from Sonatype Aether
(in org.eclipse.aether package) to Eclipse Aether (in org.eclipse.aether package). |
| DefaultMavenReportExecutor |
This component will build some
MavenReportExecution from MavenReportExecutorRequest. |
| MavenReportExecution |
Since maven 3 reporting plugin
MavenReport are not anymore injected by maven core
This class will store all necessary information for MavenReport execution :
a build MavenReport
The associated ClassLoader for the Report Mojo execution
The Plugin associated to the MavenReport
|
| MavenReportExecutorRequest |
Bean which contains necessary informations to build
MavenReportExecution with MavenReportExecutor. |
| ReportPlugin |
Represents a reporting plugin and its executions.
|
| ReportSet |
Represents a set of reports and a configuration to be used to generate them.
|
Copyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.