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

NAME

6       pom_set_parent - set parent POM reference in POM file
7

SYNOPSIS

9       %pom_set_parent groupId*:*artifactId[*:*version] [POM-location]
10

DESCRIPTION

12       This macro patches specified POM file setting reference to parent POM
13       to specified groupId, artifactId and version.
14
15       This macros first removes parent POM reference and then adds a new one.
16       It’s (more or less) equivalent to call to %pom_remove_parent followed
17       by invocation of %pom_add_parent. See pom_remove_parent(7) and
18       pom_add_parent(7) for more information about parameters.
19

EXAMPLES

21       %pom_set_parent com.example:example-parent module - this call sets
22       parent POM of module/pom.xml to com.example:example-parent.
23

AUTHOR

25       Written by Mikolaj Izdebski.
26

REPORTING BUGS

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

SEE ALSO

32       pom_add_dep(7), pom_add_parent(7), pom_add_plugin(7),
33       pom_disable_module(7), pom_remove_dep(7), pom_remove_parent(7),
34       pom_remove_plugin(7), pom_xpath_inject(7), pom_xpath_remove(7),
35       pom_xpath_replace(7), pom_xpath_set(7).
36
37
38
39JAVAPACKAGES                      11/20/2015                 POM_SET_PARENT(7)
Impressum