gwt:add-super-sources
Full name:
net.ltgt.gwt.maven:gwt-maven-plugin:1.2.0:add-super-sources
Description:
Add super-source directory to project 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 |
|---|---|---|---|
<superSourceDirectory> |
String |
- |
Directory containing super-sources. Default: src/main/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 |
<relocateSuperSource> |
boolean |
- |
Whether to relocate superSourceDirectory content within the module given in moduleName.
Super-sources will be relocated into a Default: 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
<relocateSuperSource>
Whether to relocate
superSourceDirectory content within the module given in moduleName.
Super-sources will be relocated into a super subfolder.
- Type:
boolean - Required:
No - Default:
false
<superSourceDirectory>
Directory containing super-sources.
- Type:
java.lang.String - Required:
Yes - Default:
src/main/super
