summaryrefslogtreecommitdiffstats
path: root/server/pom.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2016-08-18 18:04:59 +0300
committerArtur Signell <artur@vaadin.com>2016-08-20 00:08:44 +0300
commit6e0f2efe996cfd3b38c960e04cbced0a91215cf0 (patch)
tree9eafac7107b3d34d8d1e9bc7631a1debad4fd720 /server/pom.xml
parent016a2ceb86f771a3902ace98d9fe56351c0efdf2 (diff)
downloadvaadin-framework-6e0f2efe996cfd3b38c960e04cbced0a91215cf0.tar.gz
vaadin-framework-6e0f2efe996cfd3b38c960e04cbced0a91215cf0.zip
Move FieldGroup and Vaadin 7 Grid to compatibility package
Change-Id: I9aaef478e0b67462641239802b924b8461cb9225
Diffstat (limited to 'server/pom.xml')
-rw-r--r--server/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/server/pom.xml b/server/pom.xml
index c82f024a0d..303d40df8a 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -222,6 +222,15 @@
</manifest>
</archive>
</configuration>
+ <!-- Package src/test into a jar so that compatbility-server can use
+ the same test classes, e.g. test beans -->
+ <executions>
+ <execution>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
</plugin>
<plugin>