Uses of Class
org.apache.maven.model.Plugin
-
Packages that use Plugin Package Description org.apache.maven.model -
-
Uses of Plugin in org.apache.maven.model
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.
-