Full name:
de.fenvariel:gettext-maven-plugin:2.0.0:merge
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
<keysFile> | String | - | Filename of the .pot file. Default value is: keys.pot. |
<outputDirectory> | File | - | The output directory for generated class or properties files. User property is: project.build.outputDirectory. |
<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. User property is: project.build.sourceDirectory. |
Name | Type | Since | Description |
---|---|---|---|
<backup> | String | - | The --backup option. One of: 'none', 'numbered', 'existing',
'simple' Default value is: none. |
<extraArguments> | String[] | - | Optional raw command line arguments |
<fuzzy> | boolean | - | Activates fuzzy matching if set to true. Default value is: false. |
<location> | Location | - | set the location comment-mode (full,file,. |
<msgmergeCmd> | String | - | The msgmerge command. Default value is: msgmerge. |
<multiDomain> | boolean | - | Keep the previous msgids of translated messages, marked with '#|',
when adding the fuzzy marker to such messages. Default value is: false. |
<previous> | boolean | - | Keep the previous msgids of translated messages, marked with '#|',
when adding the fuzzy marker to such messages. Default value is: false. |
<update> | boolean | - | The --update option. Update po-file. Do nothing if po-file is
already up to date. Default value is: true. |