diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2017-01-09 16:58:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-09 16:58:48 +0200 |
commit | bc458ce1de016b18148298fc6a010f43954586b0 (patch) | |
tree | f76b1e470be2078733cf2af816500d19f310caf3 /test/pom.xml | |
parent | 629e9dd5fe648f42c36c35d99ef7d0d4005abedf (diff) | |
download | vaadin-framework-bc458ce1de016b18148298fc6a010f43954586b0.tar.gz vaadin-framework-bc458ce1de016b18148298fc6a010f43954586b0.zip |
Clean up pom.xml files in vaadin-test (#8181)
Use plugin management for maven plugin, remove version numbers
Diffstat (limited to 'test/pom.xml')
-rw-r--r-- | test/pom.xml | 14 |
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> |