Class GwtCleanMojo

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

    @Mojo(name="clean",
          threadSafe=true,
          defaultPhase=CLEAN)
    public class GwtCleanMojo
    extends AbstractGwtModuleMojo
    Cleanup the webapp directory for GWT module compilation output
    Author:
    Nicolas De Loof
    • Constructor Detail

      • GwtCleanMojo

        public GwtCleanMojo()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException,
                            org.apache.maven.plugin.MojoFailureException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException
        See Also:
        Mojo.execute()