Uses of Annotation Type
org.apache.maven.api.annotations.Consumer
Packages that use Consumer
-
Uses of Consumer in org.apache.maven.api
Classes in org.apache.maven.api with annotations of type ConsumerModifier and TypeInterfaceDescriptioninterface
A listener for session events.interface
Defines a hierarchical visitor for collecting dependency node trees. -
Uses of Consumer in org.apache.maven.api.plugin
Classes in org.apache.maven.api.plugin with annotations of type ConsumerModifier and TypeInterfaceDescriptioninterface
Interface that can be provided by the plugin to wire in custom lifecycles leveraged using theExecute
annotation.interface
This interface forms the contract required forMojos
to interact with theMaven
infrastructure.
It features anexecute()
method, which triggers the Mojo's build-process behavior, and can throw a MojoException if error conditions occur. -
Uses of Consumer in org.apache.maven.api.services
Classes in org.apache.maven.api.services with annotations of type ConsumerModifier and TypeInterfaceDescriptioninterface
interface
Transport for specified remote repository (using provided remote repository base URI as root).interface
Transporter provider is a service that provides somewhat trivial transport capabilities backed by Maven internals.class
interface
Parses and evaluates version ranges encountered in dependency declarations.class
interface
Resolves artifact meta/pseudo versions.class