Class GenerateAsyncMojo

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

    @Mojo(name="generateAsync",
          defaultPhase=GENERATE_SOURCES,
          requiresDependencyResolution=COMPILE,
          threadSafe=true)
    public class GenerateAsyncMojo
    extends AbstractGwtMojo
    Goal which generate Async interface.
    Version:
    $Id$
    Author:
    Nicolas De Loof
    • Constructor Detail

      • GenerateAsyncMojo

        public GenerateAsyncMojo()
    • Method Detail

      • isGenerator

        protected boolean isGenerator()
        Description copied from class: AbstractGwtMojo
        Whether to use processed resources and compiled classes (false), or raw resources (true ).
        Overrides:
        isGenerator in class AbstractGwtMojo
      • execute

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