Build and install the tests jar artifact

This commit is contained in:
Peter Palaga 2014-12-09 11:12:53 +01:00
parent 0b0a68f961
commit 35006bcd79
1 changed files with 7 additions and 0 deletions

View File

@ -465,6 +465,13 @@
</manifest>
</archive>
</configuration>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>