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

NAME

6       pom_remove_parent - remove parent POM reference from POM file
7

SYNOPSIS

9       %pom_remove_parent [POM-location]...
10

DESCRIPTION

12       This macro patches specified POM file removing reference to parent POM.
13
14       POM location can be either a full path to the POM file, or a path to
15       the directory containing pom.xml. If POM location is not given then
16       pom.xml from current working directory is used. You can specify more
17       file locations which will be processed.
18

EXAMPLES

20       %pom_remove_parent target/location - this call removes parent POM
21       reference from target/location/pom.xml.
22

AUTHOR

24       Written by Mikolaj Izdebski.
25

REPORTING BUGS

27       Bugs should be reported through Java Packages Tools issue tracker at
28       Github: https://github.com/fedora-java/javapackages/issues.
29

SEE ALSO

31       pom_add_dep(7), pom_add_parent(7), pom_add_plugin(7),
32       pom_disable_module(7), pom_remove_dep(7), pom_remove_plugin(7),
33       pom_change_dep(7), pom_set_parent(7), pom_xpath_inject(7),
34       pom_xpath_remove(7), pom_xpath_replace(7), pom_xpath_set(7).
35
36
37
38JAVAPACKAGES                      07/21/2022              POM_REMOVE_PARENT(7)
Impressum