Package org.apache.maven.reporting.exec
-
Interface Summary Interface Description MavenPluginManagerHelper MavenPluginManager
helper to deal with API changes between Maven 3.0.x and 3.1.x, ie switch from Sonatype Aether (inorg.sonatype.aether
package) to Eclipse Aether (inorg.eclipse.aether
package) for some parameters.MavenReportExecutor This component will prepareMavenReport
s for later generation. -
Class Summary Class Description DefaultMavenPluginManagerHelper DefaultMavenPluginManagerHelper class.DefaultMavenReportExecutor This component will build someMavenReportExecution
fromMavenReportExecutorRequest
.DefaultMavenReportExecutor.GoalWithConf MavenReportExecution Since Maven 3, reporting plugins (ieMavenReport
s) are not anymore prepared by Maven core.MavenReportExecutorRequest Bean which contains necessary informations to buildMavenReportExecution
withMavenReportExecutor
: the intent is to store some informations regarding the current Maven execution.ReportPlugin Represents a reporting plugin and its execution configuration.ReportSet Represents a set of reports and a configuration to be used to generate them.