Uses of Interface
org.apache.maven.plugin.Mojo
-
Packages that use Mojo Package Description org.apache.maven.execution org.apache.maven.plugin -
-
Uses of Mojo in org.apache.maven.execution
Fields in org.apache.maven.execution declared as Mojo Modifier and Type Field Description private Mojo
MojoExecutionEvent. mojo
Methods in org.apache.maven.execution that return Mojo Modifier and Type Method Description Mojo
MojoExecutionEvent. getMojo()
Constructors in org.apache.maven.execution with parameters of type Mojo Constructor Description MojoExecutionEvent(MavenSession session, MavenProject project, MojoExecution mojoExecution, Mojo mojo)
MojoExecutionEvent(MavenSession session, MavenProject project, MojoExecution mojoExecution, Mojo mojo, java.lang.Throwable cause)
-
Uses of Mojo in org.apache.maven.plugin
Classes in org.apache.maven.plugin that implement Mojo Modifier and Type Class Description class
AbstractMojo
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:
-