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 Details

    • BndProjectExecutionListener

      public BndProjectExecutionListener()
  • Method Details

    • beforeProjectExecution

      public void beforeProjectExecution(org.apache.maven.execution.ProjectExecutionEvent event) throws org.apache.maven.lifecycle.LifecycleExecutionException
      Specified by:
      beforeProjectExecution in interface org.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:
      beforeProjectLifecycleExecution in interface org.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:
      afterProjectExecutionSuccess in interface org.apache.maven.execution.ProjectExecutionListener
      Throws:
      org.apache.maven.lifecycle.LifecycleExecutionException
    • afterProjectExecutionFailure

      public void afterProjectExecutionFailure(org.apache.maven.execution.ProjectExecutionEvent event)
      Specified by:
      afterProjectExecutionFailure in interface org.apache.maven.execution.ProjectExecutionListener