Full name:
org.codehaus.mojo:gwt-maven-plugin:1.1:generateAsync
Description:
Attributes:
compile.generate-sources.| Name | Type | Since | Description |
|---|---|---|---|
| generateDirectory | File |
- |
Folder where generated-source will be created (automatically added
to compile classpath). Default value is: ${project.build.directory}/generated-sources/gwt. |
| Name | Type | Since | Description |
|---|---|---|---|
| failOnError | boolean |
- |
Stop the build on error Default value is: true. |
| gwtHome | File |
- |
Location on filesystem where GWT is installed - for manual mode (existing GWT on machine). Setting this parameter will disable gwtVersion. |
| gwtVersion | String |
- |
GWT version used to build dependency paths, should match the "version" in the Maven repo. If not set, will be autodetected from project com.google.gwt:gwt-user dependency |
| inplace | boolean |
- |
Select the place where GWT application is built. In
inplace mode, the warSourceDirectory is used to match
the same use case of the war plugin. Default value is: false. |
| rpcPattern | String |
- |
A (MessageFormat) Pattern to get the GWT-RPC servlet URL based on
service interface name. For example to "{0}.rpc" if you want to map
GWT-RPC calls to "*.rpc" in web.xml, for example when using Spring
dispatch servlet to handle RPC requests. Default value is: {0}. |
| servicePattern | String |
- |
Pattern for GWT service interface Default value is: **/*Service.java. |
| warSourceDirectory | File |
- |
Location of the web application static resources (same as
maven-war-plugin parameter) Default value is: ${basedir}/src/main/webapp. |
| webappDirectory | File |
- |
Location on filesystem where GWT will write output files (-out
option to GWTCompiler). Default value is: ${project.build.directory}/${project.build.finalName}. |
booleanNo${maven.gwt.failOnError}truejava.io.FileYes${project.build.directory}/generated-sources/gwtjava.io.FileNo${google.webtoolkit.home}java.lang.StringNoinplace mode, the warSourceDirectory is used to match
the same use case of the war plugin.booleanNo${gwt.inplace}falsejava.lang.StringNo${gwt.rpcPattern}{0}java.lang.StringNo**/*Service.javajava.io.FileNo${basedir}/src/main/webappjava.io.FileNo${gwt.war}${project.build.directory}/${project.build.finalName}