gettext:report
Note:This goal should be used as a Maven report.
Full name:
ninja.leaping:gettext-maven-plugin:1.2.5-SNAPSHOT:report
Description:
Goal that generates a report.
Attributes:
- Requires a Maven project to be executed.
- Binds by default to the lifecycle phase: process-sources.
Required Parameters
| Name |
Type |
Since |
Description |
| msgfmtCmd |
String |
- |
msgfmt command. Default value is: msgfmt.
|
| poDirectory |
File |
- |
PO directory. Default value is: src/main/po.
|
Parameter Details
msgfmtCmd:
msgfmt command.
- Type: java.lang.String
- Required: Yes
- Default: msgfmt
poDirectory:
PO directory.
- Type: java.io.File
- Required: Yes
- Default: src/main/po