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 |
|---|---|
java.util.List<MavenReportExecution> |
buildMavenReports(MavenReportExecutorRequest mavenReportExecutorRequest)
Build the
MavenReports, with associated forked executions if necessary. |
java.util.List<MavenReportExecution> buildMavenReports(MavenReportExecutorRequest mavenReportExecutorRequest) throws org.apache.maven.plugin.MojoExecutionException
MavenReports, with associated forked executions if necessary.mavenReportExecutorRequest - org.apache.maven.plugin.MojoExecutionException