public interface MavenReportExecutor
MavenReport
s 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
MavenReport s, with associated forked executions if necessary. |
List<MavenReportExecution> buildMavenReports(MavenReportExecutorRequest mavenReportExecutorRequest) throws org.apache.maven.plugin.MojoExecutionException
MavenReport
s, with associated forked executions if necessary.mavenReportExecutorRequest
- the requestorg.apache.maven.plugin.MojoExecutionException
- on report execution issueCopyright © 2002–2024 The Apache Software Foundation. All rights reserved.