Goal which compiles a GWT project.
Mojo Attributes:
testtest| Name | Type | Description |
|---|---|---|
| homePage | String |
The name of the home page. |
| moduleName | String |
The name of the GWT module. |
| outputDirectory | File |
Location to place the web content. |
| sourceDirectory | File |
Location of the source files. |
| testClass | String |
The GWT test suite class. |
| testsourceDirectory | File |
Location of the source files. |
| Name | Type | Description |
|---|---|---|
| gwtDirectory | File |
The GWT installation directory. |
| pathelements | String[] |
Additional class path elements to add. |
| properties | Map |
System properties to set on the command line. |
java.io.FileNo${gwt.home}java.lang.StringYes${gwt.homePage}java.lang.StringYes${gwt.moduleName}java.io.FileYes${project.build.directory}java.lang.String[]Nojava.util.MapNojava.io.FileYes${project.build.sourceDirectory}java.lang.StringYesjava.io.FileYes${project.build.testSourceDirectory}