summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2016-04-19 16:01:33 +0300
committerTeemu Suo-Anttila <teemusa@vaadin.com>2016-04-19 13:39:15 +0000
commit60968e491f61a524a50ed578c5df2d42eb7cd3a5 (patch)
tree52e45946b74ba6b7fc93a2a0c1c49984a9886a28 /pom.xml
parent9697eebd6ff74393da03ee881c04d2c3b7e41b88 (diff)
downloadvaadin-framework-60968e491f61a524a50ed578c5df2d42eb7cd3a5.tar.gz
vaadin-framework-60968e491f61a524a50ed578c5df2d42eb7cd3a5.zip
Compile default widgetset with maven plugin, fix unit cache
Change-Id: I0b0666e22e93ed1b36796365b1811eca863c9cb1
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index c6a1a8d8ad..b5b255dcb7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,6 +166,11 @@
<version>3.0.0</version>
</plugin>
<plugin>
+ <groupId>com.vaadin</groupId>
+ <artifactId>vaadin-maven-plugin</artifactId>
+ <version>${vaadin.plugin.version}</version>
+ </plugin>
+ <plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>