aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHenri Yandell <bayard@apache.org>2006-10-27 22:30:33 +0000
committerHenri Yandell <bayard@apache.org>2006-10-27 22:30:33 +0000
commitde2f3155c91fe16ea1275300bd88779c9b554f55 (patch)
treedbeb48015a2b8433feeb38b4c1484a767ac31121 /src
parent20b777cdb5d46946d1d166d6ab54e52ea5ad5b81 (diff)
downloadarchiva-de2f3155c91fe16ea1275300bd88779c9b554f55.tar.gz
archiva-de2f3155c91fe16ea1275300bd88779c9b554f55.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/site/apt/guides/developing/index.apt19
-rw-r--r--src/site/site.xml1
2 files changed, 20 insertions, 0 deletions
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 @@
<menu name="Documentation">
<item name="Welcome" href="/index.html"/>
<item name="Getting Started" href="/guides/getting-started/index.html"/>
+ <item name="Developing" href="/guides/developing/index.html"/>
</menu>
<menu ref="reports" inherit="bottom"/>