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 <[email protected]> Authored: Thu Jan 12 13:02:11 2017 +0100 Committer: Jean-Sebastien Bevilacqua <[email protected]> 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:
