From c018fdd039c0d81efdaf28d20765ed48fa557f3b Mon Sep 17 00:00:00 2001 From: Michael Hirsch Date: Thu, 6 Oct 2016 09:39:14 +0200 Subject: [PATCH] remove examples from maven-modules. Signed-off-by: Michael Hirsch --- README.md | 5 +++++ pom.xml | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 778391f32..0157e089e 100644 --- a/README.md +++ b/README.md @@ -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) ``` diff --git a/pom.xml b/pom.xml index 2084b92f6..7106332f9 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,6 @@ hawkbit-autoconfigure hawkbit-cache-redis hawkbit-test-report - examples