1POM_REMOVE_PARENT(7) Java Packages Tools POM_REMOVE_PARENT(7)
2
3
4
6 pom_remove_parent - remove parent POM reference from POM file
7
9 %pom_remove_parent [POM-location]...
10
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
20 %pom_remove_parent target/location - this call removes parent POM
21 reference from target/location/pom.xml.
22
24 Written by Mikolaj Izdebski.
25
27 Bugs should be reported through Java Packages Tools issue tracker at
28 Github: https://github.com/fedora-java/javapackages/issues.
29
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 08/11/2019 POM_REMOVE_PARENT(7)