remove examples from maven-modules.
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
This commit is contained in:
@@ -33,6 +33,11 @@ $ git clone https://github.com/eclipse/hawkbit.git
|
|||||||
$ cd hawkbit
|
$ cd hawkbit
|
||||||
$ mvn clean install
|
$ 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
|
#### Start hawkBit example app
|
||||||
[Example Application](examples/hawkbit-example-app)
|
[Example Application](examples/hawkbit-example-app)
|
||||||
```
|
```
|
||||||
|
|||||||
1
pom.xml
1
pom.xml
@@ -42,7 +42,6 @@
|
|||||||
<module>hawkbit-autoconfigure</module>
|
<module>hawkbit-autoconfigure</module>
|
||||||
<module>hawkbit-cache-redis</module>
|
<module>hawkbit-cache-redis</module>
|
||||||
<module>hawkbit-test-report</module>
|
<module>hawkbit-test-report</module>
|
||||||
<module>examples</module>
|
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
|
|||||||
Reference in New Issue
Block a user