diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-05-03 13:02:04 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-05-03 10:49:35 +0000 |
commit | 7dbdbf7f4a94e96bbe6d62a21a111b70cfd69059 (patch) | |
tree | 1903323784b434fb5e7ff14a345bc6457028b569 /uitest | |
parent | db19b40724d0012697d04e3e70311347a563e9ee (diff) | |
download | vaadin-framework-7dbdbf7f4a94e96bbe6d62a21a111b70cfd69059.tar.gz vaadin-framework-7dbdbf7f4a94e96bbe6d62a21a111b70cfd69059.zip |
Move theme and widgetset compilation to prepare-package
Change-Id: I5c366be930383a6008a7f40f1f4ad532c5da1772
Diffstat (limited to 'uitest')
-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 ab3d3db20c..8b87953f7d 100644 --- a/uitest/pom.xml +++ b/uitest/pom.xml @@ -266,6 +266,7 @@ </configuration> <executions> <execution> + <phase>prepare-package</phase> <goals> <goal>compile</goal> <goal>compile-theme</goal> |