NAME
pomsetparent - set parent POM reference in POM file SYNOPSIS
%pomsetparent groupId*:*artifactId[*:*version] [POM-location] DESCRIPTION This macro patches specified POM file setting reference to parent POM to specified groupId, artifactId and version. This macros first removes parent POM reference and then adds a new one.
It’s (more or less) equivalent to call to %pomremoveparent followed
by invocation of %pomaddparent. See pomremoveparent(7) and pomaddparent(7) for more information about parameters. EXAMPLES
%pomsetparent com.example:example-parent module - this call sets
parent POM of module/pom.xml to com.example:example-parent. AUTHOR Written by Mikolaj Izdebski. REPORTING BUGS Bugs should be reported through Red Hat Bugzilla at http://bugzilla.redhat.com/. SEE ALSO pomadddep(7), pomaddparent(7), pomaddplugin(7), pomdisablemodule(7), pomremovedep(7), pomremoveparent(7), pomremoveplugin(7), pomxpathinject(7), pomxpathremove(7), pomxpathreplace(7), pomxpathset(7). JAVAPACKAGES 11/20/2015 POMSETPARENT(7)