summaryrefslogtreecommitdiffstats
path: root/test/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/pom.xml')
-rw-r--r--test/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/pom.xml b/test/pom.xml
index 587e879802..314a52fbef 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -133,6 +133,20 @@
<skip>true</skip>
</configuration>
</plugin>
+ <plugin>
+ <groupId>com.vaadin</groupId>
+ <artifactId>vaadin-maven-plugin</artifactId>
+ <version>${vaadin.plugin.version}</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>resources</goal>
+ <goal>update-widgetset</goal>
+ <goal>compile</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</pluginManagement>