Uses of Interface
org.apache.maven.plugin.Mojo
Packages that use Mojo
Package
Description
- 
Uses of Mojo in org.apache.maven.executionMethods in org.apache.maven.execution that return MojoConstructors in org.apache.maven.execution with parameters of type MojoModifierConstructorDescriptionMojoExecutionEvent(MavenSession session, MavenProject project, MojoExecution mojoExecution, Mojo mojo) MojoExecutionEvent(MavenSession session, MavenProject project, MojoExecution mojoExecution, Mojo mojo, Throwable cause) 
- 
Uses of Mojo in org.apache.maven.pluginClasses in org.apache.maven.plugin that implement MojoModifier and TypeClassDescriptionclassAbstract class to provide most of the infrastructure required to implement aMojoexcept for the execute method.
 The implementation should have aMojoannotation with the name of the goal:
- 
Uses of Mojo in org.apache.maven.plugin.descriptorSubclasses with type arguments of type Mojo in org.apache.maven.plugin.descriptorModifier and TypeClassDescriptionclassThe bean containing the Mojo descriptor.
 For more information about the usage tag, have a look to: https://maven.apache.org/developers/mojo-api-specification.html TODO is there a need for the delegation of MavenMojoDescriptor to this? Why not just extend ComponentDescriptor here?