Class MojoExecutionEvent


  • public class MojoExecutionEvent
    extends java.lang.Object

    Encapsulates parameters of MojoExecutionListener callback methods and is meant to provide API evolution path should it become necessary to introduce new parameters in the existing callbacks in the future.

    Note: This class is part of work in progress and can be changed or removed without notice.
    Since:
    3.1.2
    See Also:
    MojoExecutionListener, WeakMojoExecutionListener
    • Method Detail

      • getMojo

        public org.apache.maven.plugin.Mojo getMojo()
      • getCause

        public java.lang.Throwable getCause()