Class RunMojo

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

    @Mojo(name="run",
          defaultPhase=TEST,
          aggregator=true,
          requiresDependencyResolution=TEST)
    public class RunMojo
    extends AbstractRunMojo
    Alfresco Plugin mojo that are used when you want to run the Alfresco server with all the webapps. The server blocks after startup.
    Since:
    3.0.0
    Version:
    1.0
    Author:
    martin.bergljung
    • Constructor Detail

      • RunMojo

        public RunMojo()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException