1ZANATA_POM_XML_MAKE(1)User Contributed Perl DocumentationZANATA_POM_XML_MAKE(1)
2
3
4
6 zanata_pom_xml_make - Make a pom.xml for using Zanata
7
9 zanata_pom_xml_make -h | --help
10
11 zanata_pom_xml_make [options] <pom.xml>
12
14 It either creates a new pom.xml or update an existing pom.xml with
15 Zanata plugin, Zanata pluginRepositories, and Zanata maven plugin
16 version.
17
18 The original file will be backed up with '.bak' by default.
19
21 pom.xml
22 pom.xml to be processed.
23
25 By default, if none of the options '-m', '-k' are defined, <srcDir> and
26 <transDir> will be added to <configure>.
27
28 However, this behavior is not performed if at least one of the
29 mentioned options are specified.
30
31 -h, --help:
32 Print brief help message and exits.
33
34 -e, --excludes=PATTERN
35 Insert a file exclude pattern as <excludes>PATTERN</excludes> to
36 <configure>
37
38 -i, --includes=PATTERN
39 Insert a file include pattern as <includes>PATTERN</includes> to
40 <configure>
41
42 -k, --skip
43 Insert a <skip>true</skip> to <configure>
44
45 -m, --enableModules
46 Insert a <enableModules>true</enableModules> to <configure>
47
48 -s, --srcDir=DIR
49 Set the source directory by insert a
50 <zanata.srcDir>DIR</zanata.srcDir> to <properties>. Usually this
51 is a directory that contains .pot files. Either an absolute path
52 or related to the pom.xml
53
54 Default is '.'.
55
56 -t, --transDir=DIR
57 Set the translation directory by insert a
58 <zanata.transDir>DIR</zanata.transDir> to <properties>. Usually
59 this is a directory that contains .po files. Either an absolute
60 path or related to the pom.xml
61
62 Default is '.'.
63
64 -o, --backupSuffix=STRING
65 Set the suffix for backup file.
66
67 Default is '.bak'
68
69 -p, --noPluginRepostories
70 Do not insert Zanata pluginRepositories.
71
73 zanata.cfg
74 Configure file for this program. Directories will be visited in
75 following order: '~/.config', '/etc', 'etc' and '.'
76
77 See 'man zanata_pom_xml_make' for more infomation.
78
80 Hey! The above document had some coding errors, which are explained
81 below:
82
83 Around line 97:
84 '=item' outside of any '=over'
85
86 =over without closing =back
87
88
89
90perl v5.30.0 2019-07-27 ZANATA_POM_XML_MAKE(1)