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) voidPluginContainer.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 ObjectModelMerger.getPluginKey(Plugin plugin) protected voidModelMerger.mergePlugin(Plugin target, Plugin source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergePlugin_ArtifactId(Plugin target, Plugin source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergePlugin_Dependencies(Plugin target, Plugin source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergePlugin_Executions(Plugin target, Plugin source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergePlugin_Extensions(Plugin target, Plugin source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergePlugin_GroupId(Plugin target, Plugin source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergePlugin_Version(Plugin target, Plugin source, boolean sourceDominant, Map<Object, Object> context)