diff options
Diffstat (limited to 'server/pom.xml')
-rw-r--r-- | server/pom.xml | 9 |
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> |