Full name:
de.fenvariel:gettext-maven-plugin:2.0.0: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. User property is: project.build.outputDirectory. |
| <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. User property 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. |
| Name | Type | Since | Description |
|---|---|---|---|
| <asSource> | boolean | - | Outputs the result as .java files and not classes if set to true. Default value is: false. |
| <extraArguments> | String[] | - | Optional raw command line arguments |
| <location> | Location | - | set the location comment-mode (full,file,. |