Package | Description |
---|---|
org.apache.maven.execution | |
org.apache.maven.plugin |
Modifier and Type | Field and Description |
---|---|
private Mojo |
MojoExecutionEvent.mojo |
Modifier and Type | Method and Description |
---|---|
Mojo |
MojoExecutionEvent.getMojo() |
Constructor and Description |
---|
MojoExecutionEvent(MavenSession session,
MavenProject project,
MojoExecution mojoExecution,
Mojo mojo) |
MojoExecutionEvent(MavenSession session,
MavenProject project,
MojoExecution mojoExecution,
Mojo mojo,
java.lang.Throwable cause) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMojo
Abstract class to provide most of the infrastructure required to implement a
Mojo except for
the execute method.The implementation should have a Mojo annotation with the name of the goal: |