DefaultMavenReportExecutorpublic 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 | Description |
|---|---|---|
List<MavenReportExecution> |
buildMavenReports(MavenReportExecutorRequest mavenReportExecutorRequest) |
Build the
MavenReports, with associated forked executions if necessary. |
List<MavenReportExecution> buildMavenReports(MavenReportExecutorRequest mavenReportExecutorRequest) throws org.apache.maven.plugin.MojoExecutionException
MavenReports, with associated forked executions if necessary.mavenReportExecutorRequest - org.apache.maven.plugin.MojoExecutionExceptionCopyright © 2002–2019 The Apache Software Foundation. All rights reserved.