Repository: camel
Updated Branches:
  refs/heads/master e5824c357 -> a97db7cd5


CAMEL-10828: camel-catalog-nexus - add docs


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/5aae583a
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/5aae583a
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/5aae583a

Branch: refs/heads/master
Commit: 5aae583a23c3802c195770cff392c1f10c865376
Parents: e5824c3
Author: Claus Ibsen <davscl...@apache.org>
Authored: Mon Feb 20 11:24:11 2017 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Mon Feb 20 11:24:46 2017 +0100

----------------------------------------------------------------------
 platforms/catalog-nexus/readme.md | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/5aae583a/platforms/catalog-nexus/readme.md
----------------------------------------------------------------------
diff --git a/platforms/catalog-nexus/readme.md 
b/platforms/catalog-nexus/readme.md
new file mode 100644
index 0000000..8e51fa1
--- /dev/null
+++ b/platforms/catalog-nexus/readme.md
@@ -0,0 +1,24 @@
+## catalog-nexus
+
+The catalog-nexus is an extension to the Camel Catalog which can be used 
+to index a Nexus Maven repository and discover new Camel Components and
+add them to the CamelCatalog.
+
+For example to index an in-house nexus repository and allow developers to
+discover what Camel components is available.
+
+The Camel Catalog can then be used by tooling to present the list of 
components to developers.
+
+### Nexus
+
+The Nexus repository must provide a REST API which allows this module to query 
it.
+
+The url is configured on `ComponentNexusRepository` in the `nexusUrl` setter.
+
+For example if you have a nexus repository at: `http://company-nexus` then the 
url can be set as
+
+    http://company-nexus/service/local/data_index
+    
+The nexus repository is periodically scanner (once per minute by default).
+    
+    

Reply via email to