1POM_DISABLE_MODULE(7)         Java Packages Tools        POM_DISABLE_MODULE(7)
2
3
4

NAME

6       pom_disable_module - disable given project module in POM file
7

SYNOPSIS

9       %pom_disable_module module-name [POM-location]
10

DESCRIPTION

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.
21

EXAMPLES

23       %pom_disable_module nonfree - this call removes aggregated module
24       nonfree from POM file in current working directory.
25

AUTHOR

27       Written by Mikolaj Izdebski.
28

REPORTING BUGS

30       Bugs should be reported through Red Hat Bugzilla at
31       http://bugzilla.redhat.com/.
32

SEE ALSO

34       pom_add_dep(7), pom_add_parent(7), pom_add_plugin(7),
35       pom_remove_dep(7), pom_remove_parent(7), pom_remove_plugin(7),
36       pom_set_parent(7), pom_xpath_inject(7), pom_xpath_remove(7),
37       pom_xpath_replace(7), pom_xpath_set(7).
38
39
40
41JAVAPACKAGES                      11/20/2015             POM_DISABLE_MODULE(7)
Impressum