diff options
author | Brett Porter <brett@apache.org> | 2006-10-31 20:56:37 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2006-10-31 20:56:37 +0000 |
commit | cc7b9cb6a7e73fdf25d919b5caf015b487c6dd30 (patch) | |
tree | 5b228ec83b61a6e940bbb24717975e6c8d3390b4 /src | |
parent | 949ae6337a189db9d3fd343a11a7b4774b64400f (diff) | |
download | archiva-cc7b9cb6a7e73fdf25d919b5caf015b487c6dd30.tar.gz archiva-cc7b9cb6a7e73fdf25d919b5caf015b487c6dd30.zip |
set native property
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@469650 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/site/apt/guides/developing/index.apt | 158 |
1 files changed, 79 insertions, 79 deletions
diff --git a/src/site/apt/guides/developing/index.apt b/src/site/apt/guides/developing/index.apt index e273a4df5..55999a0f1 100644 --- a/src/site/apt/guides/developing/index.apt +++ b/src/site/apt/guides/developing/index.apt @@ -1,79 +1,79 @@ - -----
- Developing Archiva
- -----
- Henri Yandell
- -----
- 20 October 2006
- -----
-
-~~ Copyright 2006 The Apache Software Foundation.
-~~
-~~ Licensed under the Apache License, Version 2.0 (the "License");
-~~ you may not use this file except in compliance with the License.
-~~ You may obtain a copy of the License at
-~~
-~~ http://www.apache.org/licenses/LICENSE-2.0
-~~
-~~ Unless required by applicable law or agreed to in writing, software
-~~ distributed under the License is distributed on an "AS IS" BASIS,
-~~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-~~ See the License for the specific language governing permissions and
-~~ limitations under the License.
-
-~~ NOTE: For help with the syntax of this file, see:
-~~ http://maven.apache.org/guides/mini/guide-apt-format.html
-
-Goal
-
- The idea here is to explain how to develop Archiva; or at least to provide some
- insight into what is what within the maven/archiva/ directory.
-
-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
-
- 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.
+ ----- + Developing Archiva + ----- + Henri Yandell + ----- + 20 October 2006 + ----- + +~~ Copyright 2006 The Apache Software Foundation. +~~ +~~ Licensed under the Apache License, Version 2.0 (the "License"); +~~ you may not use this file except in compliance with the License. +~~ You may obtain a copy of the License at +~~ +~~ http://www.apache.org/licenses/LICENSE-2.0 +~~ +~~ Unless required by applicable law or agreed to in writing, software +~~ distributed under the License is distributed on an "AS IS" BASIS, +~~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +~~ See the License for the specific language governing permissions and +~~ limitations under the License. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/guides/mini/guide-apt-format.html + +Goal + + The idea here is to explain how to develop Archiva; or at least to provide some + insight into what is what within the maven/archiva/ directory. + +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 + + 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. |