Uses of Class
org.apache.maven.model.Plugin
Packages that use Plugin
Package
Description
-
Uses of Plugin in org.apache.maven.model
Fields in org.apache.maven.model with type parameters of type PluginMethods in org.apache.maven.model that return types with arguments of type PluginMethods in org.apache.maven.model with parameters of type PluginModifier and TypeMethodDescriptionvoid
Method addPlugin.void
PluginContainer.removePlugin
(Plugin plugin) Method removePlugin.Method parameters in org.apache.maven.model with type arguments of type PluginModifier and TypeMethodDescriptionvoid
PluginContainer.setPlugins
(List<Plugin> plugins) Set the list of plugins to use. -
Uses of Plugin in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return PluginModifier and TypeMethodDescriptionprivate Plugin
MavenXpp3Reader.parsePlugin
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parsePlugin.Methods in org.apache.maven.model.io.xpp3 with parameters of type PluginModifier and TypeMethodDescriptionprivate void
MavenXpp3Writer.writePlugin
(Plugin plugin, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writePlugin. -
Uses of Plugin in org.apache.maven.project
Methods in org.apache.maven.project that return PluginMethods in org.apache.maven.project with parameters of type PluginModifier and TypeMethodDescriptionvoid
static Plugin
ModelUtils.clonePlugin
(Plugin src) void
MavenProject.injectPluginManagementInfo
(Plugin plugin) static void
ModelUtils.mergePluginDefinitions
(Plugin child, Plugin parent, boolean handleAsInheritance) -
Uses of Plugin in org.apache.maven.project.injection
Methods in org.apache.maven.project.injection with parameters of type PluginModifier and TypeMethodDescriptionprivate void
DefaultProfileInjector.injectPluginDefinition
(Plugin profilePlugin, Plugin modelPlugin) void
DefaultModelDefaultsInjector.mergePluginWithDefaults
(Plugin plugin, Plugin def) void
ModelDefaultsInjector.mergePluginWithDefaults
(Plugin plugin, Plugin def) -
Uses of Plugin in org.apache.maven.project.overlay
Methods in org.apache.maven.project.overlay with parameters of type Plugin