Fork me on GitHub

gwt:add-test-super-sources

Full name:

net.ltgt.gwt.maven:gwt-maven-plugin:1.0.1:add-test-super-sources

Description:

Add super-source directory to project test resources.

The super-source directory contains emulated classes for GWT. Super-sources in GWT need to be in a subdirectory of the GWT module, and you can automatically relocate the super-source content within a super subfolder.

Attributes:

  • Requires a Maven project to be executed.
  • The goal is thread-safe and supports parallel builds.
  • Binds by default to the lifecycle phase: initialize.

Required Parameters

Name Type Since Description
<testSuperSourceDirectory> String - Directory containing super-sources for tests.
Default value is: src/test/super.

Optional Parameters

Name Type Since Description
<moduleName> String - Name of the module into which to optionally relocate super-sources.

Super-sources will be relocated into a super subfolder.


<relocateTestSuperSource> boolean - Whether to relocate testSuperSourceDirectory content within the module given in moduleName.

Super-sources will be relocated into a super subfolder.


Default value is: false.

Parameter Details

<moduleName>

Name of the module into which to optionally relocate super-sources.

Super-sources will be relocated into a super subfolder.

  • Type: java.lang.String
  • Required: No

<relocateTestSuperSource>

Whether to relocate testSuperSourceDirectory content within the module given in moduleName.

Super-sources will be relocated into a super subfolder.

  • Type: boolean
  • Required: No
  • Default: false

<testSuperSourceDirectory>

Directory containing super-sources for tests.
  • Type: java.lang.String
  • Required: Yes
  • Default: src/test/super