Package org.apache.maven.execution
Interface MojoExecutionListener
- All Known Implementing Classes:
MojoExecutionScope
public interface MojoExecutionListener
Extension point that allows build extensions observe and possibly veto mojo executions.
Note: This interface is part of work in progress and can be changed or removed without notice.- Since:
- 3.1.2
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
-
Method Details
-
beforeMojoExecution
- Throws:
MojoExecutionException
-
afterMojoExecutionSuccess
- Throws:
MojoExecutionException
-
afterExecutionFailure
-