Full name:
org.codehaus.mojo:gwt-maven-plugin:1.0:test
Description:
Attributes:
test.integration-test.| 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 |
|---|---|---|---|
| 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. |
| out | String |
- |
output directory for code generated by GWT for tests Default value is: target/www-test. |
| reportsDirectory | File |
- |
Directory for test reports, defaults to surefire one to match the
surefire-report plugin Default value is: ${project.build.directory}/surefire-reports. |
| skip | boolean |
- |
Set this to 'true' to bypass unit tests entirely. Its use is NOT RECOMMENDED, especially if you enable it using the "maven.test.skip" property, because maven.test.skip disables both running the tests and compiling the tests. Consider using the skipTests parameter instead. |
| skipExec | boolean |
- |
DEPRECATED This old parameter is just like skipTests, but bound to the old property maven.test.skip.exec. Use -DskipTests instead; it's shorter. |
| skipTests | boolean |
- |
Set this to 'true' to skip running tests, but still compile them. Its use is NOT RECOMMENDED, but quite convenient on occasion. |
| timeOut | int |
- |
Time out for test execution in dedicated JVM Default value is: 60. |
java.lang.StringNojava.io.FileYes${project.build.directory}/generated-sources/gwtjava.lang.StringNo**/*GwtTest.javaout:
java.lang.StringNotarget/www-testjava.io.FileNo${project.build.directory}/surefire-reportsskip:
booleanNo${maven.test.skip}booleanNo${maven.test.skip.exec}booleanNo${skipTests}intNo60