diff options
-rw-r--r-- | client-compiled/pom.xml | 3 |
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> |