Full name:
org.codehaus.mojo:gwt-maven-plugin:2.4.0:eclipse
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| buildOutputDirectory | File | - | Location of the compiled classes. Default value is: ${project.build.outputDirectory}. |
| generateDirectory | File | - | Folder where generated-source will be created (automatically added
to compile classpath). Default value is: ${project.build.directory}/generated-sources/gwt. |
| Name | Type | Since | Description |
|---|---|---|---|
| additionalPageParameters | String | - | Additional parameters to append to the module URL. For example,
gwt-log users will set "log_level=DEBUG" |
| bindAddress | String | - | Set GWT shell bindAddress.
Can be set from command line using '-Dgwt.bindAddress=...' |
| blacklist | String | - | Set GWT shell protocol/host blacklist.
Can be set from command line using '-Dgwt.blacklist=...' |
| extraJvmArgs | String | - | Extra JVM arguments that are passed to the GWT-Maven generated
scripts (for compiler, shell, etc - typically use -Xmx512m here, or
-XstartOnFirstThread, etc).
Can be set from command line using '-Dgwt.extraJvmArgs=...', defaults to setting max Heap size to be large enough for most GWT use cases. Default value is: -Xmx512m. |
| gwtSdkFirstInClasspath | boolean | 2.1.0-1 | The forked command line will use gwt sdk jars first in classpath.
see issue
http://code.google.com/p/google-web-toolkit/issues/detail?id=5290 Default value is: false. |
| hostedWebapp | File | - | Location of the hosted-mode web application structure. Default value is: ${project.build.directory}/${project.build.finalName}. |
| inplace | boolean | - | Select the place where GWT application is built. In
inplace mode, the warSourceDirectory is used to match
the same use case of the war:inplace
http://maven.apache.org/plugins/maven-war-plugin/inplace-mojo.html
goal. Default value is: false. |
| module | String | - | A single GWT module. Shortcut for <modules> or option to
specify a single module from command line |
| modules | String[] | - | The project GWT modules. If not set, the plugin will scan the
project for .gwt.xml files. |
| noserver | boolean | - | Run without hosted mode server Default value is: false. |
| port | int | - | Port of the HTTP server used when noserver is set Default value is: 8080. |
| useGoogleEclipsePlugin | boolean | - | Setup a launch configuration for using the Google Eclipse Plugin.
This is the recommended setup, as the home-made launch
configuration has many limitations. This parameter is only for
backward compatibility, the standard lauch configuration template
will be removed in a future release. Default value is: true. |
| warSourceDirectory | File | - | Location of the web application static resources (same as
maven-war-plugin parameter) Default value is: ${basedir}/src/main/webapp. |
| webappDirectory | File | - | Location on filesystem where GWT will write output files (-out
option to GWTCompiler). Default value is: ${project.build.directory}/${project.build.finalName}. |
| whitelist | String | - | Set GWT shell protocol/host whitelist.
Can be set from command line using '-Dgwt.whitelist=...' |
Can be set from command line using '-Dgwt.bindAddress=...'
Can be set from command line using '-Dgwt.blacklist=...'
Can be set from command line using '-Dgwt.extraJvmArgs=...', defaults to setting max Heap size to be large enough for most GWT use cases.
port:
Can be set from command line using '-Dgwt.whitelist=...'