Uses of Class
org.apache.maven.model.Plugin
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo
model.POM merger.
-
Uses of Plugin in org.apache.maven.model
Modifier and TypeMethodDescriptionPluginContainer.getPlugins()
Method getPlugins.PluginContainer.getPluginsAsMap()
Modifier and TypeMethodDescriptionvoid
Method addPlugin.void
PluginContainer.removePlugin
(Plugin plugin) Method removePlugin.Modifier and TypeMethodDescriptionvoid
PluginContainer.setPlugins
(List<Plugin> plugins) Set the list of plugins to use. -
Uses of Plugin in org.apache.maven.model.merge
Modifier 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)