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 TypeMethodDescriptionvoidMethod addPlugin.voidPluginContainer.removePlugin(Plugin plugin) Method removePlugin.Method parameters in org.apache.maven.model with type arguments of type PluginModifier and TypeMethodDescriptionvoidPluginContainer.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 PluginMavenXpp3Reader.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 voidMavenXpp3Writer.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 TypeMethodDescriptionvoidstatic PluginModelUtils.clonePlugin(Plugin src) voidMavenProject.injectPluginManagementInfo(Plugin plugin) static voidModelUtils.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 voidDefaultProfileInjector.injectPluginDefinition(Plugin profilePlugin, Plugin modelPlugin) voidDefaultModelDefaultsInjector.mergePluginWithDefaults(Plugin plugin, Plugin def) voidModelDefaultsInjector.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