Package org.eclipse.tycho.helper
Class MojoExecutionHelper
java.lang.Object
org.eclipse.tycho.helper.MojoExecutionHelper
- All Implemented Interfaces:
org.apache.maven.execution.MojoExecutionListener
@Component(role=org.apache.maven.execution.MojoExecutionListener.class,
hint="helper")
public class MojoExecutionHelper
extends Object
implements org.apache.maven.execution.MojoExecutionListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterExecutionFailure(org.apache.maven.execution.MojoExecutionEvent event) voidafterMojoExecutionSuccess(org.apache.maven.execution.MojoExecutionEvent event) voidbeforeMojoExecution(org.apache.maven.execution.MojoExecutionEvent event) static Optional<org.apache.maven.plugin.MojoExecution>
-
Constructor Details
-
MojoExecutionHelper
public MojoExecutionHelper()
-
-
Method Details
-
beforeMojoExecution
public void beforeMojoExecution(org.apache.maven.execution.MojoExecutionEvent event) throws org.apache.maven.plugin.MojoExecutionException - Specified by:
beforeMojoExecutionin interfaceorg.apache.maven.execution.MojoExecutionListener- Throws:
org.apache.maven.plugin.MojoExecutionException
-
afterMojoExecutionSuccess
public void afterMojoExecutionSuccess(org.apache.maven.execution.MojoExecutionEvent event) throws org.apache.maven.plugin.MojoExecutionException - Specified by:
afterMojoExecutionSuccessin interfaceorg.apache.maven.execution.MojoExecutionListener- Throws:
org.apache.maven.plugin.MojoExecutionException
-
afterExecutionFailure
public void afterExecutionFailure(org.apache.maven.execution.MojoExecutionEvent event) - Specified by:
afterExecutionFailurein interfaceorg.apache.maven.execution.MojoExecutionListener
-
getExecution
-