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 /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 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |