org.codehaus.mojo.gwt
Class GwtCleanMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.gwt.AbstractGwtMojo
org.codehaus.mojo.gwt.AbstractGwtModuleMojo
org.codehaus.mojo.gwt.GwtCleanMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo, GwtModuleReader
public class GwtCleanMojo
- extends AbstractGwtModuleMojo
Cleanup the webapp directory for GWT module compilation output
- Author:
- Nicolas De Loof
- Is defined by the goal name:
- clean
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 |
GwtCleanMojo
public GwtCleanMojo()
execute
public void execute()
throws MojoExecutionException,
MojoFailureException
-
- Throws:
MojoExecutionException
MojoFailureException
- See Also:
Mojo.execute()
Copyright © 2007-2012 Codehaus. All Rights Reserved.