1POM_DISABLE_MODULE(7) Java Packages Tools POM_DISABLE_MODULE(7)
2
3
4
6 pom_disable_module - disable given project module in POM file
7
9 %pom_disable_module module-name [POM-location]...
10
12 This macro patches specified POM file not to contain reference to given
13 project module.
14
15 Module name is the exact name of the module to be disabled. It must not
16 be ommited.
17
18 POM location can be either a full path to the POM file, or a path to
19 the directory containing pom.xml. If POM location is not given then
20 pom.xml from current working directory is used. You can specify more
21 file locations which will be processed.
22
24 %pom_disable_module nonfree - this call removes aggregated module
25 nonfree from POM file in current working directory.
26
28 Written by Mikolaj Izdebski.
29
31 Bugs should be reported through Java Packages Tools issue tracker at
32 Github: https://github.com/fedora-java/javapackages/issues.
33
35 pom_add_dep(7), pom_add_parent(7), pom_add_plugin(7),
36 pom_remove_dep(7), pom_remove_parent(7), pom_remove_plugin(7),
37 pom_change_dep(7), pom_set_parent(7), pom_xpath_inject(7),
38 pom_xpath_remove(7), pom_xpath_replace(7), pom_xpath_set(7).
39
40
41
42JAVAPACKAGES 08/11/2019 POM_DISABLE_MODULE(7)