Full name:
org.codehaus.mojo:gwt-maven-plugin:1.1:i18n
Description:
Attributes:
compile.process-resources.| 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 |
|---|---|---|---|
| extraArgs | String |
- |
Deprecated. use extraJvmArgs |
| 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. |
| gen | File |
- |
Location on filesystem where GWT will write generated content for
review (-gen option to GWTCompiler).
Can be set from command line using '-Dgwt.gen=...' Default value is:${project.build.directory}/.generated. |
| gwtHome | File |
- |
Location on filesystem where GWT is installed - for manual mode (existing GWT on machine). Setting this parameter will disable gwtVersion. |
| gwtVersion | String |
- |
GWT version used to build dependency paths, should match the "version" in the Maven repo. If not set, will be autodetected from project com.google.gwt:gwt-user dependency |
| i18nConstantsBundle | String |
- |
Shortcut for a single i18nConstantsBundle |
| i18nConstantsBundles | String[] |
- |
List of resourceBundles that should be used to generate i18n Constants interfaces. |
| i18nConstantsWithLookupBundle | String |
- |
Shortcut for a single i18nConstantsWithLookupBundle |
| i18nConstantsWithLookupBundles | String[] |
- |
List of resourceBundles that should be used to generate i18n ConstantsWithLookup interfaces. |
| i18nMessagesBundle | String |
- |
Shortcut for a single i18nMessagesBundle |
| i18nMessagesBundles | String[] |
- |
List of resourceBundles that should be used to generate i18n Messages interfaces. |
| 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 plugin. Default value is: false. |
| jvm | String |
1.1 |
Option to specify the jvm (or path to the java executable) to use with the forking scripts. For the default, the jvm will be the same as the one used to run Maven. |
| logLevel | String |
- |
GWT logging level (-logLevel ERROR, WARN, INFO, TRACE, DEBUG, SPAM,
or ALL).
Can be set from command line using '-Dgwt.logLevel=...' Default value is:INFO. |
| 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. |
| style | String |
- |
GWT JavaScript compiler output style (-style OBF[USCATED], PRETTY,
or DETAILED).
Can be set from command line using '-Dgwt.style=...' Default value is:OBF. |
| timeOut | int |
- |
Forked process execution timeOut. Usefull to avoid maven to hang in continuous integration server. |
| 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}. |
java.lang.StringNo${google.webtoolkit.extrajvmargs}Can be set from command line using '-Dgwt.extraJvmArgs=...', defaults to setting max Heap size to be large enough for most GWT use cases.
java.lang.StringNo${gwt.extraJvmArgs}-Xmx512mgen:
Can be set from command line using '-Dgwt.gen=...'
java.io.FileNo${gwt.gen}${project.build.directory}/.generatedjava.io.FileYes${project.build.directory}/generated-sources/gwtjava.io.FileNo${google.webtoolkit.home}java.lang.StringNojava.lang.StringNojava.lang.String[]Noi18nConstantsWithLookupBundle:
java.lang.StringNoi18nConstantsWithLookupBundles:
java.lang.String[]Nojava.lang.StringNojava.lang.String[]Noinplace mode, the warSourceDirectory is used to match
the same use case of the war plugin.booleanNo${gwt.inplace}falsejvm:
java.lang.String1.1No${gwt.jvm}Can be set from command line using '-Dgwt.logLevel=...'
java.lang.StringNo${gwt.logLevel}INFOjava.lang.StringNo${gwt.module}.gwt.xml files.java.lang.String[]NoCan be set from command line using '-Dgwt.style=...'
java.lang.StringNo${gwt.style}OBFintNojava.io.FileNo${basedir}/src/main/webappjava.io.FileNo${gwt.war}${project.build.directory}/${project.build.finalName}