Package org.eclipse.tycho.bnd.maven
Class BndProjectExecutionListener
java.lang.Object
org.eclipse.tycho.bnd.maven.BndProjectExecutionListener
- All Implemented Interfaces:
org.apache.maven.execution.ProjectExecutionListener
@Component(role=org.apache.maven.execution.ProjectExecutionListener.class)
public class BndProjectExecutionListener
extends Object
implements org.apache.maven.execution.ProjectExecutionListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterProjectExecutionFailure(org.apache.maven.execution.ProjectExecutionEvent event) voidafterProjectExecutionSuccess(org.apache.maven.execution.ProjectExecutionEvent event) voidbeforeProjectExecution(org.apache.maven.execution.ProjectExecutionEvent event) voidbeforeProjectLifecycleExecution(org.apache.maven.execution.ProjectExecutionEvent event)
-
Constructor Details
-
BndProjectExecutionListener
public BndProjectExecutionListener()
-
-
Method Details
-
beforeProjectExecution
public void beforeProjectExecution(org.apache.maven.execution.ProjectExecutionEvent event) throws org.apache.maven.lifecycle.LifecycleExecutionException - Specified by:
beforeProjectExecutionin interfaceorg.apache.maven.execution.ProjectExecutionListener- Throws:
org.apache.maven.lifecycle.LifecycleExecutionException
-
beforeProjectLifecycleExecution
public void beforeProjectLifecycleExecution(org.apache.maven.execution.ProjectExecutionEvent event) throws org.apache.maven.lifecycle.LifecycleExecutionException - Specified by:
beforeProjectLifecycleExecutionin interfaceorg.apache.maven.execution.ProjectExecutionListener- Throws:
org.apache.maven.lifecycle.LifecycleExecutionException
-
afterProjectExecutionSuccess
public void afterProjectExecutionSuccess(org.apache.maven.execution.ProjectExecutionEvent event) throws org.apache.maven.lifecycle.LifecycleExecutionException - Specified by:
afterProjectExecutionSuccessin interfaceorg.apache.maven.execution.ProjectExecutionListener- Throws:
org.apache.maven.lifecycle.LifecycleExecutionException
-
afterProjectExecutionFailure
public void afterProjectExecutionFailure(org.apache.maven.execution.ProjectExecutionEvent event) - Specified by:
afterProjectExecutionFailurein interfaceorg.apache.maven.execution.ProjectExecutionListener
-