itsite:info

Note:This goal should be used as a Maven report.

Full name:

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

Description:

Creates a properties file in the site output directory.

Attributes:

  • Requires a Maven project to be executed.

Optional Parameters

Name Type Since Description
infoFile String - The path to the properties file, relative to the output directory of the site. The keys locale.language, locale.country and locale.variant indicate the report's locale.
Default value is: info.properties.
outputDirectory File - The path to the output directory of the site.
Default value is: ${project.reporting.outputDirectory}.

Parameter Details

infoFile:

The path to the properties file, relative to the output directory of the site. The keys locale.language, locale.country and locale.variant indicate the report's locale.
  • Type: java.lang.String
  • Required: No
  • Default: info.properties

outputDirectory:

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