remove examples from maven-modules.

Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
This commit is contained in:
Michael Hirsch
2016-10-06 09:39:14 +02:00
parent f4a88488e4
commit c018fdd039
2 changed files with 5 additions and 1 deletions

View File

@@ -33,6 +33,11 @@ $ git clone https://github.com/eclipse/hawkbit.git
$ cd hawkbit
$ mvn clean install
```
Build hawkBit examples. The examples are not included in the maven-reactor build.
```
$ cd hawkbit/examples
$ mvn clean install
```
#### Start hawkBit example app
[Example Application](examples/hawkbit-example-app)
```