Full name:
ninja.leaping:gettext-maven-plugin:1.2.5-SNAPSHOT:gettext
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
encoding | String | - | The encoding of the source Java files. utf-8 is a superset of
ascii. Default value is: utf-8. |
keysFile | String | - | Filename of the .pot file. Default value is: keys.pot. |
keywords | String | - | The keywords the xgettext parser will look for to extract messages.
The default value works with libraries that use the _-format
method, as recommended by Gettext documentation. Default value is: -k_ -k_n1,2. |
outputDirectory | File | - | The output directory for generated class or properties files. Default value is: ${project.build.directory}/generated-sources/gettext. |
poDirectory | File | - | The output directory for the keys.pot directory for merging .po
files. Default value is: ${basedir}/src/main/po. |
sourceDirectory | File | - | Source directory. This directory is searched recursively for .java
files. Default value is: ${project.build.sourceDirectory}. |
xgettextCmd | String | - | The xgettext command. Default value is: xgettext. |
Name | Type | Since | Description |
---|---|---|---|
extraSourceFiles | FileSet | - |