public interface MavenReportExecutor
MavenReports for later generation.
If a MavenReport needs to fork a goal or a lifecycle phase, this fork is executed.
Notice that Maven Reports are classical Mojos implementing
the MavenReport interface: when used as reports, their Mojo.execute() method is
not to be used but MavenReport.generate().
| Modifier and Type | Method and Description |
|---|---|
List<MavenReportExecution> |
buildMavenReports(MavenReportExecutorRequest mavenReportExecutorRequest)
Build the
MavenReports, with associated forked executions if necessary. |
List<MavenReportExecution> buildMavenReports(MavenReportExecutorRequest mavenReportExecutorRequest) throws MojoExecutionException
MavenReports, with associated forked executions if necessary.mavenReportExecutorRequest - MojoExecutionExceptionCopyright © 2002–2014 The Apache Software Foundation. All rights reserved.