Class CompoundProjectExecutionListener
java.lang.Object
org.apache.maven.lifecycle.internal.CompoundProjectExecutionListener
- All Implemented Interfaces:
ProjectExecutionListener
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
-
Constructor Details
-
CompoundProjectExecutionListener
-
-
Method Details
-
beforeProjectExecution
- Specified by:
beforeProjectExecution
in interfaceProjectExecutionListener
- Throws:
LifecycleExecutionException
-
beforeProjectLifecycleExecution
public void beforeProjectLifecycleExecution(ProjectExecutionEvent event) throws LifecycleExecutionException - Specified by:
beforeProjectLifecycleExecution
in interfaceProjectExecutionListener
- Throws:
LifecycleExecutionException
-
afterProjectExecutionSuccess
public void afterProjectExecutionSuccess(ProjectExecutionEvent event) throws LifecycleExecutionException - Specified by:
afterProjectExecutionSuccess
in interfaceProjectExecutionListener
- Throws:
LifecycleExecutionException
-
afterProjectExecutionFailure
- Specified by:
afterProjectExecutionFailure
in interfaceProjectExecutionListener
-