Skip to content

Instantly share code, notes, and snippets.

@branflake2267
branflake2267 / module.gwt.xml
Created September 22, 2017 20:31
Add GWT maven build properties to module.gwt.xml from maven. I wanted to speed up the build by specifying specific binding properties.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.8.1//EN"
"http://gwtproject.org/doctype/2.8.1/gwt-module.dtd">
<module rename-to='explorer'>
<!-- ... -->
<!-- The property below is replaced from maven profile mvn install -Pfast-build -->
<!--{profile.fast.build}-->
</module>