introduce nonExampleApp profile for building examples without boot apps

Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
This commit is contained in:
Michael Hirsch
2016-10-07 08:26:46 +02:00
parent e469b8fad2
commit 0f9da64c7e
2 changed files with 26 additions and 20 deletions

View File

@@ -33,11 +33,6 @@ $ 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)
```