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

NAME

6       pom_remove_plugin - remove Maven plugin invocation from POM file
7

SYNOPSIS

9       %pom_remove_plugin [groupId]:[artifactId] [POM-location]
10

DESCRIPTION

12       This macro patches specified POM file not to contain invocations of
13       given Maven plugin.
14
15       groupId and artifactId are identifiers of Maven group and artifact of
16       the plugin which invocation is to be removed. If they are ommited then
17       all identifiers are matched.
18
19       POM location can be either a full path to the POM file, or a path to
20       the directory containing pom.xml. If POM location is not given then
21       pom.xml from current working directory is used.
22

EXAMPLES

24       %pom_remove_plugin maven-shade-plugin - this call removes invocation of
25       Maven Shade Plugin from POM in current working directory.
26

AUTHOR

28       Written by Mikolaj Izdebski.
29

REPORTING BUGS

31       Bugs should be reported through Red Hat Bugzilla at
32       http://bugzilla.redhat.com/.
33

SEE ALSO

35       pom_add_dep(7), pom_add_parent(7), pom_add_plugin(7),
36       pom_disable_module(7), pom_remove_dep(7), pom_remove_parent(7),
37       pom_set_parent(7), pom_xpath_inject(7), pom_xpath_remove(7),
38       pom_xpath_replace(7), pom_xpath_set(7).
39
40
41
42JAVAPACKAGES                      11/20/2015              POM_REMOVE_PLUGIN(7)
Impressum