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.
17
19 %pom_remove_parent target/location - this call removes parent POM
20 reference from target/location/pom.xml.
21
23 Written by Mikolaj Izdebski.
24
26 Bugs should be reported through Red Hat Bugzilla at
27 http://bugzilla.redhat.com/.
28
30 pom_add_dep(7), pom_add_parent(7), pom_add_plugin(7),
31 pom_disable_module(7), pom_remove_dep(7), pom_remove_plugin(7),
32 pom_set_parent(7), pom_xpath_inject(7), pom_xpath_remove(7),
33 pom_xpath_replace(7), pom_xpath_set(7).
34
35
36
37JAVAPACKAGES 11/20/2015 POM_REMOVE_PARENT(7)