Package org.apache.maven.execution
Interface ProjectExecutionListener
public interface ProjectExecutionListener
Extension point that allows build extensions observe and possibly veto project build execution.
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
void
-
Method Details
-
beforeProjectExecution
- Throws:
LifecycleExecutionException
-
beforeProjectLifecycleExecution
void beforeProjectLifecycleExecution(ProjectExecutionEvent event) throws LifecycleExecutionException - Throws:
LifecycleExecutionException
-
afterProjectExecutionSuccess
- Throws:
LifecycleExecutionException
-
afterProjectExecutionFailure
-