A small modification to the Maven script for generating a test jar that can be used as a test dependency in external projects:
<dependency> <groupId>tigase</groupId> <artifactId>tigase-server</artifactId> <version>7.1.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency>
test-jar.diff
Merged
I believe this issue can be closed.
A small modification to the Maven script for generating a test jar that can be used as a test dependency in external projects:
test-jar.diff