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 TypeMethodDescriptionvoidvoidvoid
-
Field Details
-
listeners
-
-
Constructor Details
-
CompoundMojoExecutionListener
CompoundMojoExecutionListener(Collection<MojoExecutionListener> listeners)
-
-
Method Details
-
beforeMojoExecution
- Specified by:
beforeMojoExecutionin interfaceMojoExecutionListener- Throws:
MojoExecutionException
-
afterMojoExecutionSuccess
- Specified by:
afterMojoExecutionSuccessin interfaceMojoExecutionListener- Throws:
MojoExecutionException
-
afterExecutionFailure
- Specified by:
afterExecutionFailurein interfaceMojoExecutionListener
-