Full name:
ninja.leaping:gettext-maven-plugin:1.2.5-SNAPSHOT:dist
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
javaVersion | String | - | Java version. Can be "1" or "2". Default value is: 2. |
keysFile | String | - | Filename of the .pot file. Default value is: keys.pot. |
msgcatCmd | String | - | The msgcat command. Default value is: msgcat. |
msgfmtCmd | String | - | The msgfmt command. Default value is: msgfmt. |
outputDirectory | File | - | The output directory for generated class or properties files. Default value is: ${project.build.directory}/generated-sources/gettext. |
outputFormat | String | - | Output format, can be "class" or "properties". Default value is: class. |
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}. |
sourceLocale | String | - | The locale of the messages in the source code. Default value is: en. |
targetBundle | String | - | The package and file name of the generated class or properties
files. |