diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2017-01-09 13:41:30 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-01-09 13:41:30 +0200 |
commit | 886a837d6d16216606dcb564c5450e1b6bf136d3 (patch) | |
tree | cf7a38c71f8e982e1f5b26f32c1d10caac5cf05a /test/space in directory | |
parent | 4fd968314f47338c0ea61025e6a22f036f8e725d (diff) | |
download | vaadin-framework-886a837d6d16216606dcb564c5450e1b6bf136d3.tar.gz vaadin-framework-886a837d6d16216606dcb564c5450e1b6bf136d3.zip |
Fix vaadin-test and all its submodules (#8076)
This patch applies following fixes:
* ContextMenu with correct version for Vaadin 8
* Correctly skip install plugin for test submodules
* Make widgetset-test-util a test depdendency, don't use test-jar
* Fix vaadin-test project structure and dependencies
* Clean up testutil pom
* Add README.md
Diffstat (limited to 'test/space in directory')
-rw-r--r-- | test/space in directory/pom.xml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/test/space in directory/pom.xml b/test/space in directory/pom.xml index 65c3574ead..9d3b8dff0c 100644 --- a/test/space in directory/pom.xml +++ b/test/space in directory/pom.xml @@ -13,14 +13,6 @@ <dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-test-widget-set-testutil</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>com.vaadin</groupId> - <artifactId>vaadin-test-widget-set-testutil</artifactId> - <version>${project.version}</version> - <type>test-jar</type> - <scope>test</scope> </dependency> </dependencies> <build> @@ -28,6 +20,7 @@ <plugin> <groupId>com.vaadin</groupId> <artifactId>vaadin-maven-plugin</artifactId> + <version>${vaadin.plugin.version}</version> <executions> <execution> <goals> |