skip example maven deploy, due the size of the example app

Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
This commit is contained in:
Michael Hirsch
2016-10-06 09:02:45 +02:00
parent f4a88488e4
commit f139c8dafd

View File

@@ -21,6 +21,11 @@
<artifactId>hawkbit-examples-parent</artifactId>
<name>hawkBit-example :: Parent</name>
<packaging>pom</packaging>
<properties>
<!-- Do not deploy examples, we do not want to release them. -->
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<modules>
<module>hawkbit-device-simulator</module>