diff options
-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.
|