Manual Pages for Linux CentOS command on man pom_add_plugin
MyWebUniversity

Manual Pages for Linux CentOS command on man pom_add_plugin

POMADDPLUGIN(7) Java Packages Tools POMADDPLUGIN(7)

NAME

pomaddplugin - add plugin invocation to POM file SYNOPSIS

%pomaddplugin groupId*:*artifactId[*:*version] [POM-location]

[extra-XML] DESCRIPTION This macro patches specified POM file adding plugin invocation of given groupId and artifactId. groupId and artifactId are identifiers of Maven plugin artifact of which invocation is to be added. groupId may be ommited, in which case value of "org.apache.maven.plugins" is used as default. artifactId must be specified. If version is not specified then default value of "any" is used. POM location can be either a full path to the POM file, or a path to the directory containing pom.xml. If POM location is not given then pom.xml from current working directory is used. Extra XML is additional XML code to be added into the node. This parameter can be ommited, in which case no extra XML is appended. EXAMPLES

%pomaddplugin com.example:plugin foo - this call adds invocation of plugin com.example:plugin to foo/pom.xml.

%pomaddplugin :maven-compiler-plugin . "1.5" - this call adds invocation of Maven Compiler Plugin with target configured to 1.5. 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), pomdisablemodule(7), pomremovedep(7), pomremoveparent(7), pomremoveplugin(7), pomsetparent(7), pomxpathinject(7), pomxpathremove(7), pomxpathreplace(7), pomxpathset(7). JAVAPACKAGES 11/20/2015 POMADDPLUGIN(7)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™