summaryrefslogtreecommitdiffstats
path: root/test/own-widget-set/pom.xml
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2017-01-09 16:58:48 +0200
committerGitHub <noreply@github.com>2017-01-09 16:58:48 +0200
commitbc458ce1de016b18148298fc6a010f43954586b0 (patch)
treef76b1e470be2078733cf2af816500d19f310caf3 /test/own-widget-set/pom.xml
parent629e9dd5fe648f42c36c35d99ef7d0d4005abedf (diff)
downloadvaadin-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/own-widget-set/pom.xml')
-rw-r--r--test/own-widget-set/pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/own-widget-set/pom.xml b/test/own-widget-set/pom.xml
index e6fd8f2907..cf3d272f3c 100644
--- a/test/own-widget-set/pom.xml
+++ b/test/own-widget-set/pom.xml
@@ -21,16 +21,6 @@
<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>
</build>