Uses of Class
org.apache.maven.model.Plugin
Packages that use Plugin
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo
model.POM merger.
-
Uses of Plugin in org.apache.maven.model
Methods in org.apache.maven.model that return PluginMethods in org.apache.maven.model that return types with arguments of type PluginModifier and TypeMethodDescriptionPluginContainer.getPlugins()
Method getPlugins.PluginContainer.getPluginsAsMap()
Methods 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.merge
Methods in org.apache.maven.model.merge with parameters of type PluginModifier and TypeMethodDescriptionprotected Object
ModelMerger.getPluginKey
(Plugin plugin) protected void
ModelMerger.mergePlugin
(Plugin target, Plugin source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergePlugin_ArtifactId
(Plugin target, Plugin source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergePlugin_Dependencies
(Plugin target, Plugin source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergePlugin_Executions
(Plugin target, Plugin source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergePlugin_Extensions
(Plugin target, Plugin source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergePlugin_GroupId
(Plugin target, Plugin source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergePlugin_Version
(Plugin target, Plugin source, boolean sourceDominant, Map<Object, Object> context)