Uses of Class
org.apache.maven.model.Plugin
Packages that use Plugin
-
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()
PluginContainer.getPluginsAsMap()
Plugin.pluginToApiV3
(List<Plugin> list) Methods in org.apache.maven.model with parameters of type PluginMethod parameters in org.apache.maven.model with type arguments of type PluginModifier and TypeMethodDescriptionPlugin.pluginToApiV4
(List<Plugin> list) void
PluginContainer.setPlugins
(List<Plugin> plugins) -
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)