Full name:
net.ltgt.gwt.maven:gwt-maven-plugin:1.0.1:add-super-sources
Description:
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:
initialize
.Name | Type | Since | Description |
---|---|---|---|
<superSourceDirectory> |
String |
- |
Directory containing super-sources. Default value is: src/main/super . |
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 value is: false . |
Super-sources will be relocated into a super
subfolder.
java.lang.String
No
superSourceDirectory
content
within the module given in moduleName
.
Super-sources will be relocated into a super
subfolder.
boolean
No
false
java.lang.String
Yes
src/main/super