Full name:
org.codehaus.mojo:gwt-maven-plugin:2.8.2-SNAPSHOT:eclipse
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
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=...' User property is: gwt.bindAddress. |
blacklist | String | - | Set GWT shell protocol/host blacklist.
Can be set from command line using '-Dgwt.blacklist=...' User property is: gwt.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. User property is: gwt.extraJvmArgs. |
gwtSdkFirstInClasspath | boolean | 2.1.0-1 | Deprecated. tweak your dependencies and/or split your project with a
client-only module Default value is: false. User property is: gwt.gwtSdkFirstInClasspath. |
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. User property is: gwt.inplace. |
module | String | - | A single GWT module. Shortcut for <modules> or option to
specify a single module from command line User property is: gwt.module. |
modulePathPrefix | String | - | Prefix to prepend to module names inside
webappDirectory or in URLs in DevMode.
Could also be seen as a suffix to webappDirectory. User property is: gwt.modulePathPrefix. |
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. User property is: gwt.noserver. |
port | int | - | Port of the HTTP server used when noserver is set Default value is: 8080. User property is: gwt.port. |
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. User property is: use.google.eclipse.plugin. |
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}. User property is: gwt.war. |
whitelist | String | - | Set GWT shell protocol/host whitelist.
Can be set from command line using '-Dgwt.whitelist=...' User property is: gwt.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.
Could also be seen as a suffix to webappDirectory.
port:
Can be set from command line using '-Dgwt.whitelist=...'