Uses of Class
org.apache.maven.plugin.PluginIncompatibleException
-
Packages that use PluginIncompatibleException Package Description org.apache.maven.plugin org.apache.maven.plugin.internal -
-
Uses of PluginIncompatibleException in org.apache.maven.plugin
Methods in org.apache.maven.plugin that throw PluginIncompatibleException Modifier and Type Method Description void
MavenPluginManager. checkRequiredMavenVersion(org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor)
Verifies the specified plugin is compatible with the current Maven runtime. -
Uses of PluginIncompatibleException in org.apache.maven.plugin.internal
Methods in org.apache.maven.plugin.internal that throw PluginIncompatibleException Modifier and Type Method Description void
DefaultMavenPluginManager. checkRequiredMavenVersion(org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor)
-