Package org.apache.maven.plugin
Class CompoundMojoExecutionListener
java.lang.Object
org.apache.maven.plugin.CompoundMojoExecutionListener
- All Implemented Interfaces:
MojoExecutionListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
-
Field Details
-
listeners
-
-
Constructor Details
-
CompoundMojoExecutionListener
CompoundMojoExecutionListener(Collection<MojoExecutionListener> listeners)
-
-
Method Details
-
beforeMojoExecution
- Specified by:
beforeMojoExecution
in interfaceMojoExecutionListener
- Throws:
MojoExecutionException
-
afterMojoExecutionSuccess
- Specified by:
afterMojoExecutionSuccess
in interfaceMojoExecutionListener
- Throws:
MojoExecutionException
-
afterExecutionFailure
- Specified by:
afterExecutionFailure
in interfaceMojoExecutionListener
-