Full name:
net.ltgt.gwt.maven:gwt-maven-plugin:1.0.1:generate-module-metadata
Description:
META-INF/gwt/mainModule
file used by
gwt:generate-module
in downstream projects.Attributes:
generate-resources
.Name | Type | Since | Description |
---|---|---|---|
<outputDirectory> |
File |
- |
The directory where the generated mainModule file will
be put.Default value is: ${project.build.outputDirectory}/META-INF/gwt . |
Name | Type | Since | Description |
---|---|---|---|
<moduleName> |
String |
- |
The main GWT module of the project. |
<skipModuleMetadata> |
boolean |
- |
A flag to disable generation of the mainModule .Default value is: false . |
java.lang.String
No
mainModule
file will
be put.java.io.File
Yes
${project.build.outputDirectory}/META-INF/gwt
mainModule
.boolean
No
false