Explorar el Código

Make super dev mode run more reliable

Change-Id: I77b9324c90b51400635e2a55ff47f72bf8125806
tags/8.0.0.alpha1
Artur Signell hace 7 años
padre
commit
93d7a0d962
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      client-compiled/pom.xml

+ 2
- 1
client-compiled/pom.xml Ver fichero

@@ -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>

Cargando…
Cancelar
Guardar