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 MojoMojoExecutionEvent. mojoMethods in org.apache.maven.execution that return Mojo Modifier and Type Method Description MojoMojoExecutionEvent. 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 classAbstractMojoAbstract 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:
-