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. pluginsField 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 voidPluginContainer. addPlugin(Plugin plugin)Method addPlugin.voidPluginContainer. removePlugin(Plugin plugin)Method removePlugin.Method parameters in org.apache.maven.model with type arguments of type Plugin Modifier and Type Method Description voidPluginContainer. 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 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 Plugin Modifier and Type Method Description private voidMavenXpp3Writer. 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 PluginModelUtils. clonePlugin(Plugin src)Methods in org.apache.maven.project with parameters of type Plugin Modifier and Type Method Description voidMavenProject. addPlugin(Plugin plugin)static 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 Plugin Modifier and Type Method Description private 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 Modifier and Type Method Description voidBuildOverlay. addPlugin(Plugin plugin)voidBuildOverlay. removePlugin(Plugin plugin)
-