invoker:report

Note:

This goal should be used as a Maven report.

Full name:

org.apache.maven.plugins:maven-invoker-plugin:3.6.1:report

Description:

Generate a report based on the results of the Maven invocations. Note: This mojo doesn't fork any lifecycle, if you have a clean working copy, you have to use a command like mvn clean integration-test site to ensure the build results are present when this goal is invoked.

Attributes:

  • Requires a Maven project to be executed.
  • The goal is thread-safe and supports parallel builds.
  • Since version: 1.4.

Optional Parameters

Name Type Since Description
<reportsDirectory> File - Base directory where all build reports have been written to.
Default: ${project.build.directory}/invoker-reports
User Property: invoker.reportsDirectory

Parameter Details

<reportsDirectory>

Base directory where all build reports have been written to.
  • Type: java.io.File
  • Required: report.plugin.goal.no
  • User Property: invoker.reportsDirectory
  • Default: ${project.build.directory}/invoker-reports