Class EclipseMojo

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

    @Mojo(name="eclipse",
          requiresDependencyResolution=COMPILE)
    @Execute(phase=GENERATE_RESOURCES)
    public class EclipseMojo
    extends AbstractGwtModuleMojo
    Goal which creates Eclipse lauch configurations for GWT modules.
    Version:
    $Id$
    Author:
    Nicolas De Loof
    • Constructor Detail

      • EclipseMojo

        public EclipseMojo()
    • Method Detail

      • setAdditionalPageParameters

        public void setAdditionalPageParameters​(String parameters)
        Parameters:
        parameters - additional parameter for module URL
      • 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()
      • setupExplodedWar

        protected void setupExplodedWar()
                                 throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException