You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2017/02/17 07:51:40 UTC

[1/2] karaf-cellar git commit: Update deploy section in User Guide

Repository: karaf-cellar
Updated Branches:
  refs/heads/master a1b2e9614 -> d3c028808


Update deploy section in User Guide

When you build Cellar from sources, it's unclear how to install it in
Karaf. This patch adds a note to explain clearly how it works.


Project: http://git-wip-us.apache.org/repos/asf/karaf-cellar/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf-cellar/commit/518f5822
Tree: http://git-wip-us.apache.org/repos/asf/karaf-cellar/tree/518f5822
Diff: http://git-wip-us.apache.org/repos/asf/karaf-cellar/diff/518f5822

Branch: refs/heads/master
Commit: 518f5822313457c73dc0ac9e2b9f518c73bb8c0c
Parents: a1b2e96
Author: Jean-Sebastien Bevilacqua <re...@gmail.com>
Authored: Thu Jan 12 13:02:11 2017 +0100
Committer: Jean-Sebastien Bevilacqua <re...@gmail.com>
Committed: Thu Feb 2 16:59:34 2017 +0100

----------------------------------------------------------------------
 manual/src/main/asciidoc/user-guide/deploy.adoc | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/518f5822/manual/src/main/asciidoc/user-guide/deploy.adoc
----------------------------------------------------------------------
diff --git a/manual/src/main/asciidoc/user-guide/deploy.adoc b/manual/src/main/asciidoc/user-guide/deploy.adoc
index a04b1e2..57f5eba 100644
--- a/manual/src/main/asciidoc/user-guide/deploy.adoc
+++ b/manual/src/main/asciidoc/user-guide/deploy.adoc
@@ -33,6 +33,15 @@ Now you have Cellar features available in your Karaf instance:
 karaf@root()> feature:list |grep -i cellar
 ----
 
+[NOTE]
+====
+If you build Cellar on your machine with `mvn clean install`, the Cellar artifacts are on your local
+Maven repository (.m2/repository). If you use a Karaf with the same user on the same machine, then it
+will use your local artifacts. If you use a "remote" Karaf instance, then, you have to deploy the Cellar
+artifacts on a Maven repository (or filesystem) shared by all Karaf instances where you plan
+to use Cellar (you can change etc/org.ops4j.pax.url.mvn.cfg repositories).
+====
+
 ==== Starting Cellar
 
 To start Cellar in your Karaf instance, you only need to install the Cellar feature:


[2/2] karaf-cellar git commit: This closes #40

Posted by jb...@apache.org.
This closes #40


Project: http://git-wip-us.apache.org/repos/asf/karaf-cellar/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf-cellar/commit/d3c02880
Tree: http://git-wip-us.apache.org/repos/asf/karaf-cellar/tree/d3c02880
Diff: http://git-wip-us.apache.org/repos/asf/karaf-cellar/diff/d3c02880

Branch: refs/heads/master
Commit: d3c028808b20ce09f20c2e6c6eca2cef70a86d15
Parents: a1b2e96 518f582
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Authored: Fri Feb 17 08:51:30 2017 +0100
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Fri Feb 17 08:51:30 2017 +0100

----------------------------------------------------------------------
 manual/src/main/asciidoc/user-guide/deploy.adoc | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------