From de2f3155c91fe16ea1275300bd88779c9b554f55 Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Fri, 27 Oct 2006 22:30:33 +0000 Subject: [PATCH] Fixed the apt mistakes and added to the site git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@468567 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/apt/guides/developing/index.apt | 19 +++++++++++++++++++ src/site/site.xml | 1 + 2 files changed, 20 insertions(+) diff --git a/src/site/apt/guides/developing/index.apt b/src/site/apt/guides/developing/index.apt index b1e44dc5b..e273a4df5 100644 --- a/src/site/apt/guides/developing/index.apt +++ b/src/site/apt/guides/developing/index.apt @@ -33,20 +33,35 @@ Subprojects The following subprojects exist within Archiva: * archiva-applet - The progress bar on the checksum checking page. + * archiva-configuration - A facade on top of the Plexus configuration XML. + * archiva-converter - converts an m1 repository to an m2 one - currently not hooked up + * archiva-core - central code, business objects, modello etc. + * archiva-discoverer - monitors the managed repositories and kicks off the indexing. + * archiva-indexer - the lucene indexing. + * archiva-plexus-application - archiva can run on plexus as well as as a war. This creates a plexus app. + * archiva-plexus-runtime - archiva can run on plexus as well as as a war. This runs lots of apps. + * archiva-proxy - proxies repositories? + * archiva-reports-standard - a couple of reports are implemented. Not very pluginable yet. + * archiva-repository-layer - a query layer for the reports + * archiva-security - webapp security + * archiva-utils - some handy archiva specific utils + * 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 @@ -54,7 +69,11 @@ 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. diff --git a/src/site/site.xml b/src/site/site.xml index 39c97650b..1596d5479 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -25,6 +25,7 @@ + -- 2.39.5