Class CompoundProjectExecutionListener
java.lang.Object
org.apache.maven.lifecycle.internal.CompoundProjectExecutionListener
- All Implemented Interfaces:
ProjectExecutionListener
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
-
Field Details
-
listeners
-
-
Constructor Details
-
CompoundProjectExecutionListener
CompoundProjectExecutionListener(Collection<ProjectExecutionListener> listeners)
-
-
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
-