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 types with arguments of type PluginMethods in org.apache.maven.model with parameters of type PluginModifier and TypeMethodDescriptionvoid
Method addPlugin.void
PluginContainer.removePlugin
(Plugin plugin) Method removePlugin.Method parameters in org.apache.maven.model with type arguments of type PluginModifier and TypeMethodDescriptionvoid
PluginContainer.setPlugins
(List<Plugin> plugins) Set the list of plugins to use.