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.
Mojo Attributes:
| Name | Type | 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. |
| siteRenderer | Renderer |
Doxia Site Renderer. |
Whether to build an aggregated report at the root, or build individual reports.
booleanNo${maven.l10n.aggregate}falsejava.util.ListNo*.properties files are included.
java.util.ListNojava.util.ListNojava.io.FileNo${project.build.directory}/generated-site/xdocorg.apache.maven.doxia.siterenderer.RendererNo