l10n:report

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

Full name:

org.codehaus.mojo:l10n-maven-plugin:1.0-alpha-2:report

Description:

A simple report for keeping track of l10n status. It lists all bundle properties files and the number of properties in them. For a configurable list of locales it also tracks the progress of localization.

Attributes:

  • Requires a Maven 2.0 project to be executed.

Optional Parameters

Name Type Since Description
aggregate boolean - Whether to build an aggregated report at the root, or build individual reports. Default value is: false.
excludes List - A list of exclude patterns to use. By default no files are excluded.
includes List - A list of include patterns to use. By default all *.properties files are included.
locales List - A list of locale strings that are to be watched for l10n status.
outputDirectory File - Report output directory. Default value is: ${project.build.directory}/generated-site/xdoc.

Parameter Details

aggregate:

Whether to build an aggregated report at the root, or build individual reports.
  • Type: boolean
  • Required: No
  • Expression: ${maven.l10n.aggregate}
  • Default: false

excludes:

A list of exclude patterns to use. By default no files are excluded.
  • Type: java.util.List
  • Required: No

includes:

A list of include patterns to use. By default all *.properties files are included.
  • Type: java.util.List
  • Required: No

locales:

A list of locale strings that are to be watched for l10n status.
  • Type: java.util.List
  • Required: No

outputDirectory:

Report output directory.
  • Type: java.io.File
  • Required: No
  • Default: ${project.build.directory}/generated-site/xdoc