Manage your module in a src/main/module.gwt.xml file.
Features
Adds all source roots as resources so they're packaged within the generated JAR.
Uses src/main/super for super-sources and possibly relocate them within your module's package
with <relocateSuperSource>true</relocateSuperSource>.
Generates <inherits> from Maven dependencies: the gwt:generate-module searches for
META-INF/gwt/mainModule files in the projects direct dependencies and merges them with an
(optional) src/main/module.gwt.xml file.
The META-INF/gwt/mainModule files are generated by the gwt:generate-module-metadata goal.
Packaging gwt-app generates a WAR that can be directly used as overlays in a downstream
module with a war packaging.
请发表评论