Uses of Interface
org.apache.maven.plugin.Mojo
Packages that use Mojo
-
Uses of Mojo in org.apache.maven.execution
Methods 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.plugin
Classes in org.apache.maven.plugin that implement MojoModifier and TypeClassDescriptionclass
Abstract class to provide most of the infrastructure required to implement aMojo
except for the execute method.
The implementation should have aMojo
annotation with the name of the goal: