Full name:
org.codehaus.mojo:gwt-maven-plugin:1.0:eclipseTest
Description:
Attributes:
process-test-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 |
|---|---|---|---|
| additionalPageParameters | String |
- |
Additional parameters to append to the module URL. For example, gwt-log users will set "log_level=DEBUG" |
| excludes | String |
- |
Comma separated list of ant-style exclusion patterns for GWT integration tests |
| includes | String |
- |
Comma separated list of ant-style inclusion patterns for GWT
integration tests Default value is: **/*GwtTest.java. |
| 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}. |
| testOutputDirectory | File |
- |
Location of the file. Default value is: ${project.build.directory}/www-test. |
java.lang.StringNojava.lang.StringNo${gwt.tests.excludes}java.io.FileYes${project.build.directory}/generated-sources/gwtjava.lang.StringNo${gwt.tests.includes}**/*GwtTest.javajava.lang.StringNo${gwt.module}.gwt.xml files.java.lang.String[]Nojava.io.FileNo${project.build.directory}/${project.build.finalName}java.io.FileNo${project.build.directory}/www-test