Uses of Class
org.apache.maven.model.Plugin
-
Packages that use Plugin Package Description org.apache.maven.model org.apache.maven.model.io.xpp3 org.apache.maven.project org.apache.maven.project.injection org.apache.maven.project.overlay -
-
Uses of Plugin in org.apache.maven.model
Fields in org.apache.maven.model with type parameters of type Plugin Modifier and Type Field Description private java.util.List<Plugin>
PluginContainer. plugins
Field plugins.Methods in org.apache.maven.model that return types with arguments of type Plugin Modifier and Type Method Description java.util.List<Plugin>
PluginContainer. getPlugins()
Method getPlugins.Methods in org.apache.maven.model with parameters of type Plugin Modifier and Type Method Description void
PluginContainer. addPlugin(Plugin plugin)
Method addPlugin.void
PluginContainer. removePlugin(Plugin plugin)
Method removePlugin.Method parameters in org.apache.maven.model with type arguments of type Plugin Modifier and Type Method Description void
PluginContainer. setPlugins(java.util.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 Plugin Modifier and Type Method Description private Plugin
MavenXpp3Reader. 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 Plugin Modifier and Type Method Description private void
MavenXpp3Writer. writePlugin(Plugin plugin, java.lang.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 Plugin Modifier and Type Method Description static Plugin
ModelUtils. clonePlugin(Plugin src)
Methods in org.apache.maven.project with parameters of type Plugin Modifier and Type Method Description void
MavenProject. addPlugin(Plugin plugin)
static Plugin
ModelUtils. clonePlugin(Plugin src)
void
MavenProject. injectPluginManagementInfo(Plugin plugin)
static void
ModelUtils. 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 Plugin Modifier and Type Method Description private void
DefaultProfileInjector. injectPluginDefinition(Plugin profilePlugin, Plugin modelPlugin)
void
DefaultModelDefaultsInjector. mergePluginWithDefaults(Plugin plugin, Plugin def)
void
ModelDefaultsInjector. 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 Modifier and Type Method Description void
BuildOverlay. addPlugin(Plugin plugin)
void
BuildOverlay. removePlugin(Plugin plugin)
-