Uses of Class
org.apache.maven.plugin.PluginIncompatibleException
Packages that use PluginIncompatibleException
- 
Uses of PluginIncompatibleException in org.apache.maven.plugin
Methods in org.apache.maven.plugin that throw PluginIncompatibleExceptionModifier and TypeMethodDescriptionvoidMavenPluginManager.checkPrerequisites(PluginDescriptor pluginDescriptor) Verifies that the specified plugin's prerequisites are met.voidMavenPluginManager.checkRequiredMavenVersion(PluginDescriptor pluginDescriptor) Deprecated. - 
Uses of PluginIncompatibleException in org.apache.maven.plugin.internal
Methods in org.apache.maven.plugin.internal that throw PluginIncompatibleExceptionModifier and TypeMethodDescriptionvoidDefaultMavenPluginManager.checkPrerequisites(PluginDescriptor pluginDescriptor) voidDefaultMavenPluginManager.checkRequiredMavenVersion(PluginDescriptor pluginDescriptor) Deprecated. 
MavenPluginManager.checkPrerequisites(PluginDescriptor)instead.