Full name:
org.codehaus.mojo:gwt-maven-plugin:1.0:eclipse
Description:
Attributes:
validate.| 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" |
| module | String |
- |
A single GWT module (Shortcut for modules) |
| modules | String[] |
- |
The project GWT modules. If not set, the plugin will scan the
project for .gwt.xml files. |
| outputDirectory | File |
- |
Location of the file. Default value is: ${project.build.directory}/${project.build.finalName}. |
java.lang.StringNojava.io.FileYes${project.build.directory}/generated-sources/gwtjava.lang.StringNo${gwt.module}.gwt.xml files.java.lang.String[]Nojava.io.FileNo${project.build.directory}/${project.build.finalName}