Class RunMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="run",
          defaultPhase=NONE)
    public class RunMojo
    extends MicroMojo
    The Mojo that will run your Piranha Micro application.
    Author:
    Manfred Riem ([email protected])
    • Constructor Detail

      • RunMojo

        public RunMojo()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException,
                            org.apache.maven.plugin.MojoFailureException
        Execute the mojo.
        Throws:
        org.apache.maven.plugin.MojoExecutionException - when an execution error occurs.
        org.apache.maven.plugin.MojoFailureException - when a failure occurs.