Goal which compiles a GWT project.
Mojo Attributes:
compile
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. |
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. |
The GWT installation directory.
java.io.File
No
${gwt.home}
java.lang.String
Yes
${gwt.homePage}
java.lang.String
Yes
${gwt.moduleName}
java.io.File
Yes
${project.build.directory}
java.lang.String[]
No
java.util.Map
No
java.io.File
Yes
${project.build.sourceDirectory}
java.io.File
Yes
${project.build.testSourceDirectory}