zanata_pom_xml_make(1) - Linux man page
Name
zanata_pom_xml_make - Make a pom.xml for using Zanata
Synopsis
zanata_pom_xml_make -h | --help
zanata_pom_xml_make [options] <pom.xml>
DESCRIPTION Make a pom.xml for using Zanata.
It either creates a new pom.xml or update an existing pom.xml with Zanata plugin, Zanata pluginRepositories, and Zanata maven plugin version.
The original file will be backed up with '.bak' by default.
Arguments
pom.xml
- pom.xml to be processed.
Options
By default, if none of the options '-m', '-k' are defined, <srcDir> and <transDir> will be added to <configure>.
However, this behavior is not performed if at least one of the mentioned options are specified.
- -h, --help:
- Print brief help message and exits.
- -e, --excludes=PATTERN
- Insert a file exclude pattern as <excludes> PATTERN </excludes> to <configure>
- -i, --includes=PATTERN
- Insert a file include pattern as <includes> PATTERN </includes> to <configure>
- -k, --skip
- Insert a <skip>true</skip> to <configure>
- -m, --enableModules
- Insert a <enableModules>true</enableModules> to <configure>
- -s, --srcDir=DIR
- Set the source directory by insert a <zanata.srcDir> DIR </zanata.srcDir> to <properties>. Usually this is a
directory that contains .pot files. Either an absolute path or related to the pom.xml
Default is '.'.
- -t, --transDir=DIR
- Set the translation directory by insert a <zanata.transDir> DIR </zanata.transDir> to <properties>. Usually this is
a directory that contains .po files. Either an absolute path or related to the pom.xml
Default is '.'.
- -o, --backupSuffix=STRING
- Set the suffix for backup file.
Default is '.bak'
- -p, --noPluginRepostories
- Do not insert Zanata pluginRepositories.
Files
zanata.cfg
- Configure file for this program. Directories will be visited in following order: '~/.config', '/etc', 'etc' and '.'
See 'man zanata_pom_xml_make' for more infomation.
Pod Errors
Hey! The above document had some coding errors, which are explained below:
- Around line 97:
- '=item' outside of any '=over'