move gwt compiler parameter java/com.sap.sailing.gwt.ui/pom.xml to root pom.xml

This commit is contained in:
Thomas Wiese
2018-11-21 13:54:57 +01:00
parent 1561617309
commit fbee8ba6c2
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -505,7 +505,7 @@
<!-- GWT version detected from dependencyManagement -->
<execution>
<configuration>
<extraJvmArgs>-Dgwt.persistentunitcache=false -Xmx2560m -Djava.io.tmpdir=${env.TMP}</extraJvmArgs>
<extraJvmArgs>-Dgwt.persistentunitcache=false -Xmx2560m -Djava.io.tmpdir=${env.TMP} -Dgwt.watchFileChanges=false</extraJvmArgs>
<fragmentCount>4</fragmentCount>
<!--
<userAgents>chrome</userAgents>