Full name:
org.codehaus.mojo:gwt-maven-plugin:1.0:i18n
Description:
Attributes:
generate-sources.| 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 |
|---|---|---|---|
| constantsWithLookup | boolean |
- |
If true, create scripts for a ConstantsWithLookup interface rather than a Constants one |
| messages | boolean |
- |
If true, create scripts for a Messages interface rather than a
Constants one Default value is: true. |
| resourceBundle | String |
- |
Shortcut for a single resourceBundle |
| resourceBundles | String[] |
- |
The messages ResourceBundles used to generate the GWT i18n inteface |
| timeOut | int |
- |
Timeout for i18nCreator execution in a dedicated JVM Default value is: 10000. |
booleanNogwt.createConstantsWithLookupjava.io.FileYes${project.build.directory}/generated-sources/gwtbooleanNogwt.createMessagestruejava.lang.StringNojava.lang.String[]NointNo10000