itsite:list

Full name:

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

Description:

Lists the available/configured reports in a properties file.

Attributes:

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

Optional Parameters

Name Type Since Description
reportsFile File - The path to the properties file used to list the available reports. The properties file will have a key named reports that gives the total count of reports. The keys reports.0, reports.1 etc. will be used to denote the qualified class names of the reports.
Default value is: target/reports.properties.
User property is: site.properties.

Parameter Details

reportsFile:

The path to the properties file used to list the available reports. The properties file will have a key named reports that gives the total count of reports. The keys reports.0, reports.1 etc. will be used to denote the qualified class names of the reports.
  • Type: java.io.File
  • Required: No
  • User Property: site.properties
  • Default: target/reports.properties