Interface BuildListener


public interface BuildListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    buildEnded(org.apache.maven.execution.MavenSession session)
    Called after the build has ended
    void
    buildStarted(org.apache.maven.execution.MavenSession session)
    Called after the build has started and all projects have basic setup
  • Method Details

    • buildStarted

      void buildStarted(org.apache.maven.execution.MavenSession session)
      Called after the build has started and all projects have basic setup
      Parameters:
      session -
    • buildEnded

      void buildEnded(org.apache.maven.execution.MavenSession session)
      Called after the build has ended
      Parameters:
      session -