diff options
author | Henri Yandell <bayard@apache.org> | 2006-10-27 22:10:12 +0000 |
---|---|---|
committer | Henri Yandell <bayard@apache.org> | 2006-10-27 22:10:12 +0000 |
commit | 7b1fa185e15cb1e39cc92f39e0c7f5ecaa140b95 (patch) | |
tree | 96049495d89029938966cb067a36cad6dbf61597 /src | |
parent | 16156a81e4092cecc58e1f7e1f751e9cf0e0cb32 (diff) | |
download | archiva-7b1fa185e15cb1e39cc92f39e0c7f5ecaa140b95.tar.gz archiva-7b1fa185e15cb1e39cc92f39e0c7f5ecaa140b95.zip |
Added some conceptual definitions
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@468557 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/site/apt/guides/developing/index.apt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/site/apt/guides/developing/index.apt b/src/site/apt/guides/developing/index.apt index b29a9e6c1..0d5729436 100644 --- a/src/site/apt/guides/developing/index.apt +++ b/src/site/apt/guides/developing/index.apt @@ -48,3 +48,13 @@ Subprojects * archiva-webapp - creates a war file
* design - contains a mock-up currently
* maven-meeper - rsync scripts to sync repositories. Also converts m1 repositories to m2 repositories.
+
+Concepts
+
+ There are various terms in Archiva that are worth explaining and defining.
+
+ * "Managed" - A managed repository is a repository which Archiva is sitting on top of that may be browsed.
+ * "Indexed" - The ability to search a managed repository.
+ * "Proxied" - A remote repository which an existing managed repository can be used as a facade for.
+ * "Synchronized" - A remote repository which is physically copied down to be managed under Archiva.
+ * "Identifier" - A short ID for your repository that will be used in URLs.
|