Class PluginIncompatibleException

All Implemented Interfaces:
Serializable

public class PluginIncompatibleException extends PluginManagerException
Signals a plugin which is not compatible with the current Maven runtime.
See Also:
  • Constructor Details

    • PluginIncompatibleException

      public PluginIncompatibleException(org.apache.maven.model.Plugin plugin, String message)