Package org.apache.maven.api.plugin


package org.apache.maven.api.plugin
Maven Plugin API.
  • Class
    Description
    Interface that can be provided by the plugin to wire in custom lifecycles leveraged using the Execute annotation.
    This interface supplies the API for providing feedback to the user from the Mojo, using standard Maven channels.
    Represents the contract for Mojos to interact with the Maven infrastructure.
    An exception occurring during the execution of a plugin.