Interface GoalScript


  • public interface GoalScript
    Enables obtaining an interface from the script using Invocable in order to correctly handle errors.
    • Method Summary

      Modifier and Type Method Description
      org.apache.maven.plugin.AbstractMojoExecutionException execute()
      Executes the driver code for running the script.
    • Method Detail

      • execute

        org.apache.maven.plugin.AbstractMojoExecutionException execute()
        Executes the driver code for running the script.
        Returns:
        MojoExecutionException or MojoFailureException in case of error, null in case of successful execution