itsite:generate

Full name:

org.apache.maven.its.plugins:maven-it-plugin-site:2.1-SNAPSHOT:generate

Description:

Generates the available/configured reports.

Attributes:

  • Requires a Maven project to be executed.
  • Executes only as a reportSet (reporting goal).
  • Binds by default to the lifecycle phase: site.

Optional Parameters

Name Type Since Description
ignoreErrors boolean - A flag whether to ignore errors from reports and continue the generation.
Default value is: false.
language String - The language for the reports.
Default value is: en.
outputDirectory File - The path to the output directory of the site.
Default value is: ${project.reporting.outputDirectory}.

Parameter Details

ignoreErrors:

A flag whether to ignore errors from reports and continue the generation.
  • Type: boolean
  • Required: No
  • Default: false

language:

The language for the reports.
  • Type: java.lang.String
  • Required: No
  • Default: en

outputDirectory:

The path to the output directory of the site.
  • Type: java.io.File
  • Required: No
  • Default: ${project.reporting.outputDirectory}