Fix initial build issue
Project: http://git-wip-us.apache.org/repos/asf/karaf-boot/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf-boot/commit/d941e864 Tree: http://git-wip-us.apache.org/repos/asf/karaf-boot/tree/d941e864 Diff: http://git-wip-us.apache.org/repos/asf/karaf-boot/diff/d941e864 Branch: refs/heads/master Commit: d941e8643c1f30413d0060c8150e23364fa9a8a9 Parents: 6e4e7ed Author: Jean-Baptiste Onofré <[email protected]> Authored: Fri May 6 09:56:42 2016 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Fri May 6 09:56:42 2016 +0200 ---------------------------------------------------------------------- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-boot/blob/d941e864/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9127ab0..c1eb706 100644 --- a/pom.xml +++ b/pom.xml @@ -44,8 +44,9 @@ <!-- Archetypes --> <!-- TODO archetypes --> - <!-- Demos --> - <module>samples</module> + <!-- Samples --> + <!-- As samples don't use karaf-boot parent pom, they should not be part of the reactor --> + <!-- <module>samples</module> --> <!-- TODO complete library demos --> </modules>
