Fork me on GitHub

l10n:report

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

Full name:

org.codehaus.mojo:l10n-maven-plugin:1.0.0: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 project to be executed.
  • The goal is not marked as thread-safe and thus does not support parallel builds.
  • Since version: 1.0.0.

Optional Parameters

Name Type Since Description
<aggregate> boolean 1.0.0 Whether to build an aggregated report at the root, or build individual reports.
Default value is: false.
User property is: maven.l10n.aggregate.
<excludes> List 1.0.0 A list of exclude patterns to use. By default no files are excluded.
<includes> List 1.0.0 A list of include patterns to use. By default, all *.properties files are included.
<locales> List 1.0.0 A list of locale strings that are to be watched for l10n status.

Parameter Details

<aggregate>

Whether to build an aggregated report at the root, or build individual reports.
  • Type: boolean
  • Since: 1.0.0
  • Required: No
  • User Property: maven.l10n.aggregate
  • Default: false

<excludes>

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

<includes>

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

<locales>

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