Uses of Class
org.codehaus.mojo.gwt.AbstractGwtMojo
-
Packages that use AbstractGwtMojo Package Description org.codehaus.mojo.gwt org.codehaus.mojo.gwt.eclipse org.codehaus.mojo.gwt.shell org.codehaus.mojo.gwt.webxml -
-
Uses of AbstractGwtMojo in org.codehaus.mojo.gwt
Subclasses of AbstractGwtMojo in org.codehaus.mojo.gwt Modifier and Type Class Description classAbstractGwtModuleMojoAdd support for GWT Modules.classGenerateAsyncMojoGoal which generate Async interface.classGwtCleanMojoCleanup the webapp directory for GWT module compilation outputclassGwtResourcesMojoDeprecated.use maven-source-plugin and sources classifier dependencies insteadclassGwtSourcesJarMojoDeprecated.use maven-source-plugin and sources classifier dependencies instead -
Uses of AbstractGwtMojo in org.codehaus.mojo.gwt.eclipse
Subclasses of AbstractGwtMojo in org.codehaus.mojo.gwt.eclipse Modifier and Type Class Description classEclipseMojoGoal which creates Eclipse lauch configurations for GWT modules.classEclipseTestMojoDeprecated.use google eclipse plugin http://code.google.com/intl/fr-FR/eclipse/docs/users_guide.html -
Uses of AbstractGwtMojo in org.codehaus.mojo.gwt.shell
Subclasses of AbstractGwtMojo in org.codehaus.mojo.gwt.shell Modifier and Type Class Description classAbstractGwtShellMojoSupport running GWT SDK Tools as forked JVM with classpath set according to project source/resource directories and dependencies.classAbstractGwtWebMojoclassCompileMojoInvokes the GWT Compiler for the project source.classCSSMojoCreates CSS interfaces for css files.classDebugMojoRuns the project with a debugger port hook (optionally suspended).classI18NMojoCreates I18N interfaces for constants and messages files.classRunMojoRuns the project in the GWT (Classic or Super) Dev Mode for development.classSuperDevModeMojoRuns GWT modules with Super Dev Mode.classTestMojoMimic surefire to run GWTTestCases during integration-test phase, until SUREFIRE-508 is fixed -
Uses of AbstractGwtMojo in org.codehaus.mojo.gwt.webxml
Subclasses of AbstractGwtMojo in org.codehaus.mojo.gwt.webxml Modifier and Type Class Description classMergeWebXmlMojoMerges GWT servlet elements into deployment descriptor (and non GWT servlets into shell).
-