gwt:eclipseTest

Full name:

org.codehaus.mojo:gwt-maven-plugin:1.0:eclipseTest

Description:

Goal which install GWT artifacts in local repository.

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Binds by default to the lifecycle phase: process-test-sources.

Required Parameters

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.

Optional Parameters

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.

Parameter Details

additionalPageParameters:

Additional parameters to append to the module URL. For example, gwt-log users will set "log_level=DEBUG"
  • Type: java.lang.String
  • Required: No

excludes:

Comma separated list of ant-style exclusion patterns for GWT integration tests
  • Type: java.lang.String
  • Required: No
  • Expression: ${gwt.tests.excludes}

generateDirectory:

Folder where generated-source will be created (automatically added to compile classpath).
  • Type: java.io.File
  • Required: Yes
  • Default: ${project.build.directory}/generated-sources/gwt

includes:

Comma separated list of ant-style inclusion patterns for GWT integration tests
  • Type: java.lang.String
  • Required: No
  • Expression: ${gwt.tests.includes}
  • Default: **/*GwtTest.java

module:

A single GWT module (Shortcut for modules)
  • Type: java.lang.String
  • Required: No
  • Expression: ${gwt.module}

modules:

The project GWT modules. If not set, the plugin will scan the project for .gwt.xml files.
  • Type: java.lang.String[]
  • Required: No

outputDirectory:

Location of the file.
  • Type: java.io.File
  • Required: No
  • Default: ${project.build.directory}/${project.build.finalName}

testOutputDirectory:

Location of the file.
  • Type: java.io.File
  • Required: No
  • Default: ${project.build.directory}/www-test