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 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.