org.codehaus.mojo.gwt.shell
Class CompileMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.gwt.AbstractGwtMojo
org.codehaus.mojo.gwt.AbstractGwtModuleMojo
org.codehaus.mojo.gwt.shell.AbstractGwtShellMojo
org.codehaus.mojo.gwt.shell.CompileMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo, GwtModuleReader
public class CompileMojo
- extends AbstractGwtShellMojo
Invokes the GWTCompiler for the project source.
See compiler options :
http://code.google.com/intl/fr-FR/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html#DevGuideCompilerOptions
- Version:
- $Id: CompileMojo.java 13242 2010-11-29 16:12:27Z olamy $
- Author:
- cooper, ccollins, Nicolas De loof, Olivier Lamy
- Is bound to the specified phase of the standard build lifecycle:
- prepare-package
- Requires the dependencies in this specified scope:
- compile
- Is defined by the goal name:
- compile
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.codehaus.mojo.gwt.AbstractGwtMojo |
addClasspathElements, getClasspath, getGenerateDirectory, getGwtDevJar, getGwtUserJar, getLocalRepository, getOutputDirectory, getProject, getProjectArtifacts, getRemoteRepositories, resolve |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompileMojo
public CompileMojo()
doExecute
public void doExecute()
throws MojoExecutionException,
MojoFailureException
- Specified by:
doExecute
in class AbstractGwtShellMojo
- Throws:
MojoExecutionException
MojoFailureException
Copyright © 2007-2012 Codehaus. All Rights Reserved.