do not deploy integration tests (#654)

Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
This commit is contained in:
Markus Rathgeb 2019-03-14 19:47:54 +01:00 committed by Kai Kreuzer
parent 2ecc21d7a2
commit 32da98c2cd

View File

@ -16,6 +16,10 @@
<name>openHAB Core :: Integration Tests</name>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<modules>
<module>org.openhab.core.tests</module>
<module>org.openhab.core.audio.tests</module>