| Package | Description | 
|---|---|
| org.apache.maven.execution | |
| org.apache.maven.plugin | 
| Modifier and Type | Method and Description | 
|---|---|
| Mojo | MojoExecutionEvent. getMojo() | 
| Mojo | MojoExecutionEvent. getMojo() | 
| Constructor and Description | 
|---|
| MojoExecutionEvent(MavenSession session,
                  MavenProject project,
                  MojoExecution mojoExecution,
                  Mojo mojo) | 
| MojoExecutionEvent(MavenSession session,
                  MavenProject project,
                  MojoExecution mojoExecution,
                  Mojo mojo) | 
| MojoExecutionEvent(MavenSession session,
                  MavenProject project,
                  MojoExecution mojoExecution,
                  Mojo mojo,
                  Throwable cause) | 
| MojoExecutionEvent(MavenSession session,
                  MavenProject project,
                  MojoExecution mojoExecution,
                  Mojo mojo,
                  Throwable cause) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractMojoAbstract class to provide most of the infrastructure required to implement a  Mojoexcept for
 the execute method.The implementation should have a Mojoannotation with the name of the goal: | 
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.