| Package | Description |
|---|---|
| org.apache.maven.execution | |
| org.apache.maven.plugin |
| 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,
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: |
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.