diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-04-19 16:01:33 +0300 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-04-19 13:39:15 +0000 |
commit | 60968e491f61a524a50ed578c5df2d42eb7cd3a5 (patch) | |
tree | 52e45946b74ba6b7fc93a2a0c1c49984a9886a28 /uitest/pom.xml | |
parent | 9697eebd6ff74393da03ee881c04d2c3b7e41b88 (diff) | |
download | vaadin-framework-60968e491f61a524a50ed578c5df2d42eb7cd3a5.tar.gz vaadin-framework-60968e491f61a524a50ed578c5df2d42eb7cd3a5.zip |
Compile default widgetset with maven plugin, fix unit cache
Change-Id: I0b0666e22e93ed1b36796365b1811eca863c9cb1
Diffstat (limited to 'uitest/pom.xml')
-rw-r--r-- | uitest/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uitest/pom.xml b/uitest/pom.xml index 3ec2454d8a..81fc033dac 100644 --- a/uitest/pom.xml +++ b/uitest/pom.xml @@ -272,6 +272,7 @@ <configuration> <warSourceDirectory>${project.build.directory}/compile-themes</warSourceDirectory> <webappDirectory>${project.build.outputDirectory}/VAADIN/widgetsets</webappDirectory> + <persistentunitcachedir>${project.build.directory}/gwt-unitCache</persistentunitcachedir> </configuration> <executions> <execution> |