aboutsummaryrefslogtreecommitdiffstats
path: root/client-compiled
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2016-08-16 21:49:23 +0300
committerVaadin Code Review <review@vaadin.com>2016-08-17 05:17:26 +0000
commit93d7a0d962d100ee807089a76d57d0621a238108 (patch)
treedc3991204a5f5b19e461ce3e8d19def32cef87cd /client-compiled
parent50f8f5e41c743bef0072953920c6ea657a58120a (diff)
downloadvaadin-framework-93d7a0d962d100ee807089a76d57d0621a238108.tar.gz
vaadin-framework-93d7a0d962d100ee807089a76d57d0621a238108.zip
Make super dev mode run more reliable
Change-Id: I77b9324c90b51400635e2a55ff47f72bf8125806
Diffstat (limited to 'client-compiled')
-rw-r--r--client-compiled/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/client-compiled/pom.xml b/client-compiled/pom.xml
index e8673d6e7f..33f28c3661 100644
--- a/client-compiled/pom.xml
+++ b/client-compiled/pom.xml
@@ -88,11 +88,12 @@
<artifactId>vaadin-maven-plugin</artifactId>
<configuration>
<modules>
- <module>com.vaadin.DefaultWidgetSet</module>
+ <module>${widgetset.name}</module>
</modules>
<webappDirectory>${project.build.outputDirectory}/VAADIN/widgetsets</webappDirectory>
<persistentunitcachedir>${project.build.directory}/gwt-unitCache</persistentunitcachedir>
<style>${widgetset.style}</style>
+ <extraJvmArgs>-Xmx1G</extraJvmArgs>
</configuration>
<executions>
<execution>